Example #1
0
 public void Regiter()
 {
     mSRound.Play();
     Console.Clear();
     Graphic.Frame();
     Graphic.WriteAt("CHAO MUNG BAN DA DEN VOI CHUONG TRINH", 11, 2);
     Graphic.WriteAt("CHIEC NON KI DIEU", 19, 3);
     Graphic.WriteAt("Ban vui long dang ki choi tai day", 13, 5);
     L1 : Graphic.WriteAt("Ten cua ban : ", 19, 9);
     plS.InPlayer(Console.ReadLine());
     if (plS.Getname() == "")
     {
         Graphic.WriteAt("Ban chua dien ten . Xin vui long dien lai !", 10, 10);
         goto L1;
     }
     Graphic.WriteAt("Ban dang ki ten thanh cong.Moi ban chon chu de.", 7, 15);
     Graphic.WriteAt("Nhan enter de tiep tuc!", 17, 19);
     Console.ReadKey();
 }