Nach Update Syncfusion / Anpassungen Nativ
This commit is contained in:
@@ -199,5 +199,22 @@ namespace OnDoc
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
private void beendenToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
System.Windows.Forms.Application.Exit();
|
||||
}
|
||||
|
||||
private void profilEinstellungenToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
MitarbeiterProfil map = new MitarbeiterProfil(AppParams.CurrentMitarbieter);
|
||||
map.ShowDialog();
|
||||
}
|
||||
|
||||
private void nativVorlagenToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
NativVorlagen nv = new NativVorlagen();
|
||||
nv.Show();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user