public static void Prompt(string program, bool pause) { Prompt(program, AuthInfo.GetProgramAuth(program), pause, null); }
public static AuthInfo GetProgramAuth(string PROGRAM) { return(AuthInfo.GetProgramAuth(PROGRAM)); }
public static void Prompt(string program) { Prompt(program, AuthInfo.GetProgramAuth(program), true, null); }