コード例 #1
0
ファイル: UnbanCommand.cs プロジェクト: scavra1/PUM
 public UnbanCommand(BansViewModel viewModel)
 {
     this.viewModel = viewModel;
 }
コード例 #2
0
ファイル: EditBanCommand.cs プロジェクト: scavra1/PUM
 public EditBanCommand(BansViewModel viewModel)
 {
     this.viewModel = viewModel;
 }
コード例 #3
0
 public AddNewBanCommand(BansViewModel viewModel)
 {
     this.viewModel = viewModel;
 }
コード例 #4
0
 public ShowActiveBansCommand(BansViewModel viewModel)
 {
     this.viewModel = viewModel;
 }
コード例 #5
0
ファイル: ShowPastBansCommand.cs プロジェクト: scavra1/PUM
 public ShowPastBansCommand(BansViewModel viewModel)
 {
     this.viewModel = viewModel;
 }