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; }
public HOME() { InitializeComponent(); chuyen_dong.Height = BTN_TRANG_CHU.Height; chuyen_dong.Top = BTN_TRANG_CHU.Top; TRANG_CHU1.BringToFront(); }