예제 #1
0
 private static void Register(Type type, RegisterCall registerCall, InstallScope scope, OfficeRegisterKeyState keyState)
 {
     MessageDialog.ShowRegister(type, registerCall, scope, keyState, "Excel");
 }
예제 #2
0
 public static void Register(InstallScope scope)
 {
     MessageDialog.ShowRegister(scope, "Point");
 }