public FormularzDodaj(FormualrzGlowny mainForm)
 {
     InitializeComponent();
     InitializeComboBoxes();
     radioButtonExpense.Checked = true;
     MainForm = mainForm;
 }
Exemplo n.º 2
0
 public uc_dodaj_kategorię(FormualrzGlowny other, int p, string t)
 {
     InitializeComponent();
     rodzaj = p;
     if (rodzaj == 0)
     {
         btn.Text = "Dodaj";
     }
     else if (rodzaj == 1)
     {
         btn.Text       = "Zmień";
         tekst          = t;
         txt_tekst.Text = t;
     }
     this.other = other;
     other.OtwartyUcDodajKategorie = 1;
 }
Exemplo n.º 3
0
 public Wyszukaj(FormualrzGlowny mainForm)
 {
     InitializeComponent();
     MainForm = mainForm;
 }