Projekte werden jetzt angezeigt
This commit is contained in:
@@ -10,6 +10,7 @@ using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using SanShared;
|
||||
using System.Collections;
|
||||
using Database;
|
||||
|
||||
namespace SanSystem
|
||||
{
|
||||
@@ -163,6 +164,9 @@ namespace SanSystem
|
||||
tabControl1.TabPages.Add(tab);
|
||||
}
|
||||
|
||||
|
||||
private void btn_delete_Click(object sender, EventArgs e)
|
||||
{
|
||||
Datenbank.Instance.loadedProjekt.Objekte.Remove(inspektionsobjekt);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user