update 20250319

This commit is contained in:
Stefan Hutter
2025-03-19 20:47:21 +01:00
parent 7e3381c926
commit 9651721aa0
137 changed files with 372200 additions and 47 deletions

View File

@@ -86,7 +86,7 @@ namespace OnDoc.UIControls
private void sfDataGrid1_CopyCellContent(object sender, Syncfusion.WinForms.DataGrid.Events.CellCutCopyPasteEventArgs e)
{
MessageBox.Show(e.ClipboardValue.ToString());
//MessageBox.Show(e.ClipboardValue.ToString());
}