Temperatur Can

Bindings hergestellt
This commit is contained in:
Husky
2018-06-24 17:49:34 +02:00
parent 21060aa2a5
commit e0d7cf03d1
14 changed files with 731 additions and 107 deletions

View File

@@ -20,6 +20,7 @@ namespace SanSystem
Datenbank.Instance.LoadProjekt("projekt1.xaml");
this.Width = Screen.PrimaryScreen.WorkingArea.Width;
this.Height = Screen.PrimaryScreen.WorkingArea.Height;
this.WindowState = FormWindowState.Maximized;
this.StartPosition = FormStartPosition.Manual;
this.Location = new Point(0, 0);
}
@@ -46,8 +47,8 @@ namespace SanSystem
strassenList.Show();
frmObjektEdit frmObjektEdit = new frmObjektEdit();
frmObjektEdit.Show();
//frmObjektEdit frmObjektEdit = new frmObjektEdit();
//frmObjektEdit.Show();
}
private void frm_main_FormClosing(object sender, FormClosingEventArgs e)