15 lines
249 B
C#
15 lines
249 B
C#
|
|
|
|||
|
|
namespace GeekDesk.Control
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// ConfigDialog.xaml 的交互逻辑
|
|||
|
|
/// </summary>
|
|||
|
|
public partial class ConfigDialog
|
|||
|
|
{
|
|||
|
|
public ConfigDialog()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|