private void metroTile13_Click(object sender, EventArgs e)
        {
            PropertyAccountingPersonal accountPersonal = new PropertyAccountingPersonal();

            accountPersonal.ShowDialog();
        }
Beispiel #2
0
        private void btn_personal_Click(object sender, EventArgs e)
        {
            PropertyAccountingPersonal fpersonal = new PropertyAccountingPersonal();

            fpersonal.ShowDialog();
        }