This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bpa
/
HKCard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
tt
Lishi
xxe
2 years ago
parent
262422ec73
commit
ff781fe452
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
HKCardOUT/Views/AdWindow.xaml.cs
+ 1
- 2
HKCardOUT/Views/AdWindow.xaml.cs
View File
@@ -25,8 +25,7 @@ namespace HKCardOUT.Views
InitializeComponent();
this.Loaded += (sender, ev) =>
{
this.Top = 0;
this.WindowState = WindowState.Minimized;
this.WindowState = WindowState.Maximized;
};
InitView2(input);
}
Write
Preview
Loading…
Cancel
Save