Exemple #1
0
        private void Main_m_tprice_Click(object sender, System.EventArgs e)
        {
            FPricetype Fpt = new FPricetype();

            Fpt.ShowDialog();
        }
Exemple #2
0
 private void Main_m_tprice_Click(object sender, System.EventArgs e)
 {
     FPricetype Fpt = new FPricetype();
     Fpt.ShowDialog();
 }