update 20250209
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Database;
|
||||
using OnDoc.Diverses;
|
||||
using OnDoc.Klassen;
|
||||
using Syncfusion.WinForms.DataGrid.Enums;
|
||||
using System;
|
||||
@@ -15,6 +16,8 @@ namespace OnDoc.UIControls
|
||||
{
|
||||
public partial class Dokwerte : UserControl
|
||||
{
|
||||
|
||||
private string dokumentid { get; set; }
|
||||
public Dokwerte()
|
||||
{
|
||||
InitializeComponent();
|
||||
@@ -42,7 +45,7 @@ namespace OnDoc.UIControls
|
||||
sfDataGrid1.DataSource = null;
|
||||
return;
|
||||
}
|
||||
|
||||
this.dokumentid = dokumentid;
|
||||
DB db = new DB(AppParams.connectionstring);
|
||||
db.clear_parameter();
|
||||
|
||||
@@ -91,5 +94,15 @@ namespace OnDoc.UIControls
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void contextMenuStrip1_Opening(object sender, CancelEventArgs e)
|
||||
{
|
||||
}
|
||||
|
||||
private void notizHistoryToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
ApprovalNotes an = new ApprovalNotes(this.dokumentid);
|
||||
an.Show();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user