update 20250102

This commit is contained in:
Stefan Hutter
2025-01-02 19:18:08 +01:00
parent 53a008972e
commit 3b0a2b0527
287 changed files with 46014 additions and 27 deletions

View File

@@ -96,6 +96,10 @@ namespace OnDoc.UICintrols
this.Separate_Vorschau_offen = false;
}
}
if (sender.SenderName is "AdminDokErstellung")
{
createnewdoc(0, Convert.ToInt32(sender.Details));
}
}
@@ -1998,6 +2002,12 @@ namespace OnDoc.UICintrols
{
update_currentview();
}
private void ribbonPanel3_Click(object sender, EventArgs e)
{
AdminDokTypGenerierung ag = new AdminDokTypGenerierung();
ag.Show();
}
}
}