Exemplo n.º 1
0
 static void Main(string[] args)
 {
     if (args.Length == 1 && args[0] == "/copy")
     {
         TEInstallerCopier copier = new TEInstallerCopier();
         copier.CopyFiles();
     }
     else
         Application.Run(new Form1());
 }
Exemplo n.º 2
0
 static void Main(string[] args)
 {
     if (args.Length == 1 && args[0] == "/copy")
     {
         TEInstallerCopier copier = new TEInstallerCopier();
         copier.CopyFiles();
     }
     else
     {
         Application.Run(new Form1());
     }
 }