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