Exemple #1
0
 private void RightButtonClicked()
 {
     this.result = LeftRightResult.Right;
     this.Hide();
 }
Exemple #2
0
 private void LeftButtonClicked()
 {
     this.result = LeftRightResult.Left;
     this.Dialog.Hide();
 }