Ejemplo n.º 1
0
 public static void Install(this InstallerWindow ins)
 {
     try {
         ins.Install_();
     } catch (Exception e) {
         ins.LogLine(e.ToString());
     }
 }