下班喽

This commit is contained in:
liufei
2021-05-31 17:31:16 +08:00
parent 5faf6e11b2
commit 9a45899b47
15 changed files with 354 additions and 184 deletions

View File

@@ -27,8 +27,8 @@ namespace GeekDesk
public static AppData appData = CommonCode.GetAppDataByFile();
public MainWindow()
{
InitializeComponent();
LoadData();
InitializeComponent();
this.Topmost = true;
this.Loaded += Window_Loaded;
this.SizeChanged += MainWindow_Resize;
@@ -114,12 +114,6 @@ namespace GeekDesk
/// <summary>
/// 关闭按钮单击事件
/// </summary>
@@ -132,10 +126,6 @@ namespace GeekDesk
///// <summary>
///// 左侧栏宽度改变 持久化
///// </summary>