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

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

@@ -52,7 +52,10 @@ namespace HKCardOUT.ViewModels
Stalls = x.Name Stalls = x.Name
}).ToList(); }).ToList();
if (Init != null) if (Init != null)
{
Ad = new ObservableCollection<AdDTO>(Init); Ad = new ObservableCollection<AdDTO>(Init);
AdOpen();
}
} }


#region 属性 #region 属性
@@ -148,6 +151,7 @@ namespace HKCardOUT.ViewModels
win.Left = rectangle[i].Left; win.Left = rectangle[i].Left;
win.Show(); win.Show();
} }
} }


#endregion #endregion


Loading…
Cancel
Save