static void main (string[] args) { TestExec exec = new TestExec(); "Demonstrating Project #2 Requirements".title('='); exec.TestR2(); Write("\n\n"); }
static void main(string[] args) { TestExec exec = new TestExec(); "Demonstrating Project #2 Requirements".title('='); exec.TestR2(); Write("\n\n"); }
static void Main(string[] args) { TestExec exec = new TestExec(); "Demonstrating Requirement #2 Requirements ".title(); exec.testR2(); exec.testR3(); exec.testR4(); exec.testR5(); Write("\n\n"); }
static void Main(string[] args) { TestExec exec = new TestExec(); "Demonstrating Project#2 Requirements".title('='); exec.TestR2(); WriteLine("\n=========================================End of requirement #2==========================================\n"); exec.stopForExecution(); "\nDemonstrating Project#3 Requirements".title('='); WriteLine(); exec.TestR3(); WriteLine("\n=========================================End of requirement #3==========================================\n"); exec.stopForExecution(); "\nDemonstrating Project#4 Requirements".title('='); WriteLine(); exec.TestR4(); WriteLine("\n=========================================End of requirement #4==========================================\n"); exec.stopForExecution(); "\nDemonstrating Project#5 Requirements".title('='); WriteLine(); exec.TestR5(); WriteLine("\n=========================================End of requirement #5==========================================\n"); exec.stopForExecution(); "\nDemonstrating Project#6 Requirements".title('='); WriteLine(); exec.TestR6(); WriteLine("\n=========================================End of requirement #6==========================================\n"); exec.stopForExecution(); "\nDemonstrating Project#7 Requirements".title('='); WriteLine(); exec.TestR7(); WriteLine("\n=========================================End of requirement #7==========================================\n"); exec.stopForExecution(); "\nDemonstrating Project#8 Requirements".title('='); WriteLine(); exec.TestR8(); WriteLine("\n=========================================End of requirement #8==========================================\n"); exec.stopForExecution(); "\nDemonstrating project#9 requirements".title('='); WriteLine(); exec.TestR9(); WriteLine("\n=========================================End of requirement #9==========================================\n"); exec.stopForExecution(); WriteLine(); "Demonstrating project#12 requirements".title('='); WriteLine(); exec.TestR12(); ReadLine(); }
static void Main(string[] args) { TestExec exec = new TestExec(); "Demonstrating Project#2 Requirements".title('='); WriteLine(); exec.TestR2(); exec.TestR3(); exec.TestR4(); exec.TestR5(); exec.TestR6(); exec.TestR7(); exec.TestR8(); Write("\n\n"); }
static void Main(string[] args) { TestExec exec = new TestExec(); "Demonstrating Project#2 Requirements".title('='); WriteLine(); exec.TestR2(); exec.TestR3(); exec.TestR4(); exec.TestR5(); exec.TestR6(); exec.TestR7(); exec.TestR8(); exec.TestR9(); WriteLine("\nPlease Press any key to stop Scheduler."); Console.ReadKey(); Write("\n\n"); }