Example #1
0
 private void Form3_Load(object sender, EventArgs e)
 {
     keterangan     = "INSERT";
     txtNomor.Text  = clnDao.nomorBaru();
     txtNama.Text   = "";
     txtPartai.Text = "";
     txtNama.Focus();
     AturText(true);
     AturButton(true);
 }
 private void Form3_Load(object sender, EventArgs e)
 {
     label7.Text    = login.getID();
     label5.Text    = login.getUser();
     keterangan     = "INSERT";
     txtNomor.Text  = clnDao.nomorBaru();
     txtNama.Text   = "";
     txtPartai.Text = "";
     txtNama.Focus();
     AturText(true);
     AturButton(true);
 }