Exemplo n.º 1
0
        public _FormKonsultant(string ImNaz, FormLogin form)
        {
            InitializeComponent();
            this.Text = "PBanK   Konsultant " + ImNaz;
            this.form = form;

            this.tekst    = new TextBox[3];
            this.tekst[0] = imie;
            this.tekst[1] = nazwisko;
            this.tekst[2] = pesel;
        }
Exemplo n.º 2
0
 public _FormAsystent(string ImNaz, FormLogin form)
 {
     InitializeComponent();
     this.Text = "PBanK   Asystent " + ImNaz;
     this.form = form;
 }