Skip to content

Commit

Permalink
去除datacontext赋值
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYunPlayer committed May 16, 2024
1 parent 7785f0e commit 9a51afe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TuneLab/Views/MainWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public MainWindow()
this.AttachDevTools();
#endif

this.DataContext = this;
Focusable = true;
IsTabStop = false;
isCloseConfirm = false;
Expand Down

0 comments on commit 9a51afe

Please sign in to comment.