public Typelist(string naamtype) { InitializeComponent(); CenterToScreen(); //Form in het midden zetten smamControl = new smamController(); this.naamType = naamtype; }
public ArticleForm(string articlename) //constructor { InitializeComponent(); smamControl = new smamController(); CenterToScreen(); //Form in het midden zetten this.articleName = articlename; }
public settingsEdit() { InitializeComponent(); CenterToScreen(); smam = new smamController(); getSettings(); labelTitel.Left = (this.ClientSize.Width - labelTitel.Width) / 2; }
public shoppingList() { InitializeComponent(); CenterToScreen(); smam = new smamController(); fillTypes(); }
public homePage() { smam = new smamController(); InitializeComponent(); CenterToScreen(); fillHint(); labelTipVDDag.Left = (this.ClientSize.Width - labelTipVDDag.Width) / 2; labelHint.Left = (this.ClientSize.Width - labelHint.Width) / 2; }
public shoppingList() { InitializeComponent(); CenterToScreen(); try { AddFonts(); } catch (Exception exception) { ExceptionToText ex = new ExceptionToText(exception.ToString()); } setbackground(); smam = new smamController(); fillTypes(); }
public ArticleForm(string articlename) //constructor { InitializeComponent(); smamControl = new smamController(); CenterToScreen(); //Form in het midden zetten try { AddFonts(); } catch (Exception exception) { ExceptionToText ex = new ExceptionToText(exception.ToString()); } this.articleName = articlename; this.BackColor = Color.FromArgb(248, 248, 248); }
public homePage() { smam = new smamController(); InitializeComponent(); this.BackColor = Color.FromArgb(248, 248, 248); setbackground(); CenterToScreen(); try { AddFonts(); } catch (Exception exception) { ExceptionToText ex = new ExceptionToText(exception.ToString()); } fillHint(); }
public Typelist(string naamtype) { InitializeComponent(); CenterToScreen(); //Form in het midden zetten smamControl = new smamController(); this.naamType = naamtype; setbackground(); loadBG(); try { AddFonts(); } catch (Exception exception) { ExceptionToText ex = new ExceptionToText(exception.ToString()); } }
public settingsEdit() { InitializeComponent(); CenterToScreen(); try { AddFonts(); } catch (Exception exception) { ExceptionToText ex = new ExceptionToText(exception.ToString()); } setbackground(); smam = new smamController(); getSettings(); labelTitel.Left = (this.ClientSize.Width - labelTitel.Width) / 2; }