Exemplo n.º 1
0
 public static void Prompt(string program, bool pause)
 {
     Prompt(program, AuthInfo.GetProgramAuth(program), pause, null);
 }
Exemplo n.º 2
0
 public static AuthInfo GetProgramAuth(string PROGRAM)
 {
     return(AuthInfo.GetProgramAuth(PROGRAM));
 }
Exemplo n.º 3
0
 public static void Prompt(string program)
 {
     Prompt(program, AuthInfo.GetProgramAuth(program), true, null);
 }