Beispiel #1
0
 public Popup()
 {
     UCs.TiepNhan ucHopDong = new UCs.TiepNhan();            
     ucHopDong.Dock = DockStyle.Fill;
     this.tableLayoutPanel1.Controls.Add(oUC);
 }
Beispiel #2
0
 public Popup()
 {
     UCs.TiepNhan ucHopDong = new UCs.TiepNhan();
     ucHopDong.Dock = DockStyle.Fill;
     this.tableLayoutPanel1.Controls.Add(oUC);
 }