Example #1
0
 private void ShowType1_ShowTypeExitApp(object sender, ShowType.ShowTypeEventArgs e)
 {
     butCancel_Click(null, null);
 }
Example #2
0
 private void ShowType1_ShowTypeChanged(object sender, ShowType.ShowTypeEventArgs e)
 {
     this.auth.ShowType = e.ShowType;
 }