xxe 2 years ago
parent
commit
d1f082720f
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      HKCardOUT/Views/AdWindow.xaml.cs

+ 3
- 1
HKCardOUT/Views/AdWindow.xaml.cs View File

@@ -37,7 +37,9 @@ namespace HKCardOUT.Views

this.Loaded += (sender, ev) =>
{
this.WindowState = WindowState.Maximized;
this.WindowState = WindowState.Normal;
this.Width = 1920;
this.Height = 1080;
if (BindScreen != -1)
{
int[] NotchNum = new int[2];


Loading…
Cancel
Save