private void metroComboBox1_SelectedIndexChanged(object sender, EventArgs e)
 {
     if (cBoxAccount.Text == "Business")
     {
         PropertyAccountingBusiness business = new PropertyAccountingBusiness();
         business.Show();
         Hide();
     }
     else
     {
         //TODO: NOTHING
     }
 }
        private void metroTile14_Click(object sender, EventArgs e)
        {
            PropertyAccountingBusiness accountBusiness = new PropertyAccountingBusiness();

            accountBusiness.ShowDialog();
        }
Beispiel #3
0
        private void metroButton1_Click(object sender, EventArgs e)
        {
            PropertyAccountingBusiness fbusiness = new PropertyAccountingBusiness();

            fbusiness.ShowDialog();
        }