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
1
Lishi
xxe
2 years ago
parent
88e12aac84
commit
262422ec73
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
}
Write
Preview
Loading…
Cancel
Save