コード例 #1
0
ファイル: Form1.cs プロジェクト: Teodoru12/Proiect-ABD
 public Form1()
 {
     InitializeComponent();
     frm = new Inregistrare(this);
     textBox2.PasswordChar = '#';
     textBox2.MaxLength    = 50;
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: Teodoru12/Proiect-ABD
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            this.Hide();
            Inregistrare sss = new Inregistrare(this);

            sss = new Inregistrare(this);
            sss.Show();
        }
コード例 #3
0
ファイル: Form1.cs プロジェクト: Teodoru12/Proiect-ABD
        private void button3_Click(object sender, EventArgs e)
        {
            this.Hide();
            Inregistrare sss = new Inregistrare(this);

            sss = new Inregistrare(this);
            sss.Show();
        }