コード例 #1
0
        private void metroTile14_Click(object sender, EventArgs e)
        {
            PropertyAccountingBusiness accountBusiness = new PropertyAccountingBusiness();

            accountBusiness.ShowDialog();
        }
コード例 #2
0
        private void metroButton1_Click(object sender, EventArgs e)
        {
            PropertyAccountingBusiness fbusiness = new PropertyAccountingBusiness();

            fbusiness.ShowDialog();
        }