Temperatur Can
Bindings hergestellt
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user