You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
654 B
27 lines
654 B
2 years ago
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Text;
|
||
|
using System.Windows;
|
||
|
using System.Windows.Controls;
|
||
|
using System.Windows.Data;
|
||
|
using System.Windows.Documents;
|
||
|
using System.Windows.Input;
|
||
|
using System.Windows.Media;
|
||
|
using System.Windows.Media.Imaging;
|
||
|
using System.Windows.Navigation;
|
||
|
using System.Windows.Shapes;
|
||
|
|
||
2 years ago
|
namespace BBWY.Client.Views.FallWare
|
||
2 years ago
|
{
|
||
|
/// <summary>
|
||
2 years ago
|
/// FallWareWaitConfigureControl.xaml 的交互逻辑
|
||
2 years ago
|
/// </summary>
|
||
2 years ago
|
public partial class FallWareWaitConfigureControl : UserControl
|
||
2 years ago
|
{
|
||
2 years ago
|
public FallWareWaitConfigureControl()
|
||
2 years ago
|
{
|
||
|
InitializeComponent();
|
||
|
}
|
||
|
}
|
||
|
}
|