Exemple #1
0
        private void Main_m_tdla_Click(object sender, System.EventArgs e)
        {
            FOfferType Fot = new FOfferType();

            Fot.ShowDialog();
        }
Exemple #2
0
 private void Main_m_tdla_Click(object sender, System.EventArgs e)
 {
     FOfferType Fot = new FOfferType();
     Fot.ShowDialog();
 }