Exemple #1
0
 void OnCustomActiveKey(object sender, CustomActiveKeyArgs e)
 {
     e.Handled = e.View.ObjectTypeInfo.Type == typeof(AnonymousLogonParameters);
 }
 void OnCustomActiveKey(object sender, CustomActiveKeyArgs e) {
     e.Handled = e.View.ObjectTypeInfo.Type == typeof(AnonymousLogonParameters);
 }