public SiparisMasaFormu(List<ROPv1.GirisEkrani.BagliKullanicilar> AlinanKullanicilar, GirisEkrani girisEkrani) { kullanicilar = AlinanKullanicilar; masalar = new List<string>(); this.girisEkrani = girisEkrani; InitializeComponent(); }
// firmamisifremi --> false şifre, true firma adı public SifreVeFirmaAdiFormu(bool firmaMiSifreMi, GirisEkrani girisEkrani = null) { InitializeComponent(); this.Top = (Screen.PrimaryScreen.Bounds.Height - this.Height) / 2; this.Left = (Screen.PrimaryScreen.Bounds.Width - this.Width) / 2; this.firmaMiSifreMi = firmaMiSifreMi; this.girisEkrani = girisEkrani; }
public AdminGirisFormu(GirisEkrani girisForm, bool adisyonDegistirebilirMi) { this.girisForm = girisForm; this.adisyonDegistirebilirMi = adisyonDegistirebilirMi; InitializeComponent(); }