Projekte werden jetzt angezeigt
This commit is contained in:
@@ -24,7 +24,7 @@ namespace SanSystem
|
||||
|
||||
|
||||
if (!Directory.Exists(Global.Instance.Projektpfad)) Directory.CreateDirectory(Global.Instance.Projektpfad);
|
||||
Datenbank.Instance.LoadProjekt(Path.Combine(Global.Instance.Projektpfad,"18-850.xaml"));
|
||||
Datenbank.Instance.LoadProjekt("18-850", Global.Instance.Projektpfad);// Path.Combine(Global.Instance.Projektpfad,"18-850.xaml"));
|
||||
|
||||
|
||||
//Datenbank.Instance.CreateProjekt("");
|
||||
@@ -38,6 +38,7 @@ namespace SanSystem
|
||||
neuToolStripMenuItem.Text = Global.Instance.language.Labels["mainmenu_projekt_new"];
|
||||
öffnenToolStripMenuItem.Text = Global.Instance.language.Labels["mainmenu_projekt_open"];
|
||||
|
||||
toolStripStatus_projekt_Label.Text = Datenbank.Instance.projekt;
|
||||
}
|
||||
|
||||
|
||||
@@ -65,5 +66,12 @@ namespace SanSystem
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void öffnenToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
//
|
||||
frmProjektList frmProjektList = new frmProjektList();
|
||||
frmProjektList.ShowDialog();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user