Code cleanup
This commit is contained in:
@@ -30,7 +30,9 @@ namespace SanSystem
|
||||
public frmMain()
|
||||
{
|
||||
InitializeComponent();
|
||||
#if !DEBUG
|
||||
update.CheckForUpdates();
|
||||
#endif
|
||||
string sx = Properties.Settings.Default.DATABASEMAIN;
|
||||
|
||||
|
||||
@@ -115,11 +117,6 @@ namespace SanSystem
|
||||
strassenList.Location = new Point(0, 0);
|
||||
strassenList.StartPosition = FormStartPosition.Manual;
|
||||
strassenList.Show();
|
||||
|
||||
|
||||
|
||||
//frmObjektEdit frmObjektEdit = new frmObjektEdit();
|
||||
//frmObjektEdit.Show();
|
||||
}
|
||||
|
||||
private void frm_main_FormClosing(object sender, FormClosingEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user