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