xxe 2 years ago
parent
commit
262422ec73
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      HKCardOUT/Views/AdWindow.xaml.cs

+ 5
- 0
HKCardOUT/Views/AdWindow.xaml.cs View File

@@ -23,6 +23,11 @@ namespace HKCardOUT.Views
public AdWindow(string input)
{
InitializeComponent();
this.Loaded += (sender, ev) =>
{
this.Top = 0;
this.WindowState = WindowState.Minimized;
};
InitView2(input);
}



Loading…
Cancel
Save