Beispiel #1
0
        private void panelGoldRate_Click(object sender, EventArgs e)
        {
            pnlContainer.Visible = false;
            GoldRateMaster goldRateMasterForm = new GoldRateMaster();

            goldRateMasterForm.ShowDialog();
            pnlContainer.Visible = true;
            //goldRateMasterForm.Show();
        }
Beispiel #2
0
        private void ShowGoldRateForm()
        {
            GoldRateMaster goldRateMasterForm = new GoldRateMaster();

            goldRateMasterForm.ShowDialog();
        }