コード例 #1
0
 public static void Prompt(string program, bool pause)
 {
     Prompt(program, AuthInfo.GetProgramAuth(program), pause, null);
 }
コード例 #2
0
 public static AuthInfo GetProgramAuth(string PROGRAM)
 {
     return(AuthInfo.GetProgramAuth(PROGRAM));
 }
コード例 #3
0
 public static void Prompt(string program)
 {
     Prompt(program, AuthInfo.GetProgramAuth(program), true, null);
 }