Beispiel #1
0
 public Form2(DoThi doThi)
     : this()
 {
     dt = doThi;
     if (dt == null)
     {
         this.Close();
     }
     New();
 }
Beispiel #2
0
 public DoThiLienThongAbc()
 {
     InitializeComponent();
     dt = new DoThi(this);
 }
Beispiel #3
0
 public TimDuong(DoThi doThi)
     : this()
 {
     dt = doThi;
     New();
 }