update 20250224

This commit is contained in:
Stefan Hutter
2025-02-23 17:33:17 +01:00
parent 794e577f22
commit 0f76b2b376
121 changed files with 30641 additions and 110 deletions

View File

@@ -64,7 +64,7 @@
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(177, 26);
this.label2.TabIndex = 2;
this.label2.Text = "20. Februar 2025";
this.label2.Text = "23. Februar 2025";
//
// SplashScreen
//

View File

@@ -102,6 +102,7 @@ namespace OnDoc.Klassen
{
if (p.MainWindowTitle.IndexOf(fc.dokumentid) > -1 || p.MainWindowTitle.Trim() == "")
{
if (p.MainWindowTitle.Trim() != "") { fc.Lastfound = DateTime.Now; }
found = true;
save_to_db(fc);
}

View File

@@ -458,6 +458,7 @@ namespace OnDoc.UICintrols
private void dokumentAnzeigenToolStripMenuItem_Click(object sender, EventArgs e)
{
Logging.DocLog.Info("Dokument-Anzeige",selected_dokumentid.ToString(),"","","");
clsdok dok = GetDoc(false);
OpenDoc(dok, false);

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.