xxe 2 years ago
parent
commit
ef551bff56
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      HKCardOUT/ViewModels/RootViewModel.cs

+ 1
- 0
HKCardOUT/ViewModels/RootViewModel.cs View File

@@ -173,6 +173,7 @@ namespace HKCardOUT.ViewModels
try try
{ {
var SC = System.Windows.Forms.Screen.AllScreens.Count(); var SC = System.Windows.Forms.Screen.AllScreens.Count();
if (SC < 3) return;
for (int i = 0; i < SC; i++) for (int i = 0; i < SC; i++)
{ {
var win = new AdWindow(Ad[i].Ad, i); var win = new AdWindow(Ad[i].Ad, i);


Loading…
Cancel
Save