Esempio n. 1
0
 private void BtnBWaktu_Click(object sender, EventArgs e)
 {
     PnlBg.Show();
     PnlTxt.Hide();
     BtnCari.Show();
     DTPicker.Show();
     DGView.Hide();
     BtnBTempat.Image = global::Retakan.Properties.Resources.tempat_off;
     BtnBWaktu.Image  = global::Retakan.Properties.Resources.waktu_on;
 }