Beispiel #1
0
 private static void UnRegister(Type type, RegisterCall registerCall, InstallScope scope, OfficeUnRegisterKeyState keyState)
 {
     MessageDialog.ShowUnRegister(type, registerCall, scope, keyState, "Excel");
 }
Beispiel #2
0
 public static void UnRegister(InstallScope scope)
 {
     MessageDialog.ShowUnRegister(scope, "Point");
 }