Exemplo n.º 1
0
        public static void CreateTrainer(MegaHard cd)
        {
            Trainer tr = new Trainer();

            tr.TFiller();
            tr.AddTrainerToCourse(tr, cd);
        }