Beispiel #1
0
 public void PowerOnAndInitBios(IMotherboard motherboard)
 {
     PowerSupply.Start();
     ComputerBoxFan.Start();
     motherboard.Start();
     motherboard.Bios.Start(motherboard);
     Console.WriteLine("***** Turned on Computer ******");
 }