Nach Update Syncfusion / Anpassungen Nativ

This commit is contained in:
Stefan Hutter
2024-09-18 09:57:27 +02:00
parent cb21f39e6b
commit d4b9318d96
1954 changed files with 2024537 additions and 116 deletions

View File

@@ -695,8 +695,11 @@ namespace OnDoc.UICintrols
private void RibbonButtonDokumenttyp_Click(object sender, EventArgs e)
{
DokumenttypListe dtliste = new DokumenttypListe();
dtliste.Show();
//DokumenttypListe dtliste = new DokumenttypListe();
//dtliste.Show();
Dokumenttyp doktype = new Dokumenttyp();
doktype.Show();
}
private void RibbonButtonVorlagen_Click(object sender, EventArgs e)