コード例 #1
0
ファイル: CommitDialog.cs プロジェクト: AMV007/ReservSync
 private void buttonMiss_Click(object sender, EventArgs e)
 {
     Result = CommitResult.QuestionResult.Miss;
     this.Close();
 }
コード例 #2
0
ファイル: CommitDialog.cs プロジェクト: AMV007/ReservSync
 private void buttonCancel_Click(object sender, EventArgs e)
 {
     Result = CommitResult.QuestionResult.Cancel;
     this.Close();
 }
コード例 #3
0
ファイル: CommitDialog.cs プロジェクト: AMV007/ReservSync
 private void buttonReplaceAll_Click(object sender, EventArgs e)
 {
     Result = CommitResult.QuestionResult.ReplaceAll;
     this.Close();
 }