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