コード例 #1
0
        private void metroTile13_Click(object sender, EventArgs e)
        {
            PropertyAccountingPersonal accountPersonal = new PropertyAccountingPersonal();

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

            fpersonal.ShowDialog();
        }