private void textBox1_TextChanged(object sender, EventArgs e) { if (login.getNIP() == "00000001") { textBox1.Text = "00000001"; } }
public UC_DataPelanggaran() { InitializeComponent(); sanksi = new Entity.EntDaftarSanksi(); siswa = new Entity.EntSiswa(); siswaDao = Factory.Factory.getSiswaDao(); login = new Entity.EntLogin(); TampilDataSiswa(); textBox1.Text = login.getNIP(); }