Example #1
0
 private void OnNoCancelDispatchClick(object sender, EventArgs e)
 {
     m_dispatchConfirmResult = DispatchConfirmResultEnum.NoCancelDispatch;
     View.Destroy();
 }
Example #2
0
 private void OnYesClick(object sender, EventArgs e)
 {
     m_dispatchConfirmResult = DispatchConfirmResultEnum.Yes;
     View.Destroy();
 }