public void Build() { ConsoleLogging.PhoneBuildDialogue(); Console.WriteLine("Are you Insane or just imbecillic?.... I mean.. alright..."); Thread.Sleep(2000); Console.WriteLine("and there We have it, a.. two wheel 'car'... More a overly complex motorbike, gonna be honest."); }
public void Build() { ConsoleLogging.PhoneBuildDialogue(); Console.WriteLine("Building a luxury sedan!"); Thread.Sleep(2000); Console.WriteLine(".... you better have the money for this.."); Thread.Sleep(1000); Console.WriteLine("And there we have it, 80 grand please! ~"); }
public void Build() { ConsoleLogging.PhoneBuildDialogue(); //Activating the PhoneBuildDialouge static method by adding the class it is directly a part of first, with a dot operator. Console.WriteLine("Building an.. Meme mobile- RELIANT ROBIN."); Thread.Sleep(2000); Console.WriteLine("You sure bout' this, I mean, this vehicle is less stable than the stock market..... ooook then."); Thread.Sleep(2000); Console.WriteLine("And there we have it!"); }
public void Build() { ConsoleLogging.PhoneBuildDialogue(); Console.WriteLine("Building an Apple phone!"); }
public void Build() { ConsoleLogging.PhoneBuildDialogue(); Console.WriteLine("Building an Android phone!"); Console.WriteLine("Congatulations! Your phone has been completed"); }