Beispiel #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Master_Login m = new Master_Login();

            m.form_pilih    = this;
            m.lbl_nama.Text = this.namauser;
            this.Hide();
            m.ShowDialog();
            this.Show();
        }