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
d77f1a9070
commit
ef551bff56
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
HKCardOUT/ViewModels/RootViewModel.cs
+ 1
- 0
HKCardOUT/ViewModels/RootViewModel.cs
View File
@@ -173,6 +173,7 @@ namespace HKCardOUT.ViewModels
try
{
var SC = System.Windows.Forms.Screen.AllScreens.Count();
if (SC < 3) return;
for (int i = 0; i < SC; i++)
{
var win = new AdWindow(Ad[i].Ad, i);
Write
Preview
Loading…
Cancel
Save