xxe 2年前
コミット
4ba8d18444
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      HKCardOUT/ViewModels/RootViewModel.cs

+ 4
- 0
HKCardOUT/ViewModels/RootViewModel.cs ファイルの表示

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

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

#endregion


読み込み中…
キャンセル
保存