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