Ejemplo n.º 1
0
 private void BTN_TRANG_CHU_click(object sender, EventArgs e)
 {
     chuyen_dong.Height = BTN_TRANG_CHU.Height;
     chuyen_dong.Top    = BTN_TRANG_CHU.Top;
     TRANG_CHU1.BringToFront();
     TXT1.Text = ((Button)sender).Text;
 }
Ejemplo n.º 2
0
 public HOME()
 {
     InitializeComponent();
     chuyen_dong.Height = BTN_TRANG_CHU.Height;
     chuyen_dong.Top    = BTN_TRANG_CHU.Top;
     TRANG_CHU1.BringToFront();
 }