Update 20240807 - nach NUGET-Update Syncfusion

This commit is contained in:
Stefan Hutter
2024-08-07 09:25:01 +02:00
parent 749b1e89ed
commit 77d5c661f7
8681 changed files with 5340624 additions and 1740134 deletions

View File

@@ -708,5 +708,11 @@ namespace OnDoc.UICintrols
string tempfilename = "";
tempfilename = fh.save_temp_file(dok.dokument, selected_dokumentid, AppParams.tempdir, dok.extension);
}
private void ribbonButtonNativ_Click(object sender, EventArgs e)
{
NativVorlagen nv = new NativVorlagen();
nv.Show();
}
}
}