public override void Interact(AbstractPractic practic) { Console.WriteLine(); Console.WriteLine(this.GetType().Name + "\tТеоретичні основи САПР, Практична 1"); Console.WriteLine(this.GetType().Name + "\tМатематичне моделювання, Практична 2"); Console.WriteLine(this.GetType().Name + "\tКомпютерне моделювання, Практична 3"); }
public override void Interact(AbstractPractic practic) { Console.WriteLine(); Console.WriteLine(this.GetType().Name + "\tКомпютерні мережі, Практична 1"); Console.WriteLine(this.GetType().Name + "\tКомпютерні мережі, Практична 2"); Console.WriteLine(this.GetType().Name + "\tКомпютерні мережі, Практична 3"); Console.WriteLine(this.GetType().Name + "\tКомпютерні мережі, Практична 4"); Console.WriteLine(this.GetType().Name + "\tКомпютерні мережі, Практична 5"); }
public override void Interact(AbstractPractic practic) { Console.WriteLine(); Console.WriteLine(this.GetType().Name + "\tПрактична 1_04.11.2017"); Console.WriteLine(this.GetType().Name + "\tПрактична 2_05.12.2017"); Console.WriteLine(this.GetType().Name + "\tПрактична 3_10.01.2018"); Console.WriteLine(this.GetType().Name + "\tПрактична 4_12.01.2018"); Console.WriteLine(this.GetType().Name + "\tПрактична 5_15.01.2018"); }
public Client(AbstractFactory_Kafedras factory_Kafedras) { abstractLecture = factory_Kafedras.CreateLecture(); abstractSeminar = factory_Kafedras.CreateSeminar(); abstractPractic = factory_Kafedras.CreatePractic(); }