private mainForm(bool gotArgs) { this.gotArgs = gotArgs; InitializeComponent(); Settings.Update(); init(); if (Settings.chbCheckUpdatesAtStartUp) { updateForm uf = new updateForm(this); uf.StartUpdate(); } }
public void UpdateCheck() { updateForm uf = new updateForm(this); uf.ShowDialog(); }