Updaet 20240730
This commit is contained in:
@@ -12,6 +12,7 @@ using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using Syncfusion.Windows.Forms.Tools;
|
||||
using Syncfusion.WinForms.Controls;
|
||||
using Microsoft.Toolkit.Uwp.Notifications;
|
||||
|
||||
namespace OnDoc.UIControls.Administrator
|
||||
{
|
||||
@@ -50,9 +51,10 @@ namespace OnDoc.UIControls.Administrator
|
||||
|
||||
private void toolStripButton2_Click(object sender, EventArgs e)
|
||||
{
|
||||
db.Update_Data();
|
||||
db.Update_Data();
|
||||
ToastMessage.ShowToast("Speichern", "Daten erfolgreich gespeichert");
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
private void sfDataGrid1_AddNewRowInitiating(object sender, Syncfusion.WinForms.DataGrid.Events.AddNewRowInitiatingEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user