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

            Fot.ShowDialog();
        }
Example #2
0
File: Main.cs Project: oeli/yafra
 private void Main_m_tdla_Click(object sender, System.EventArgs e)
 {
     FOfferType Fot = new FOfferType();
     Fot.ShowDialog();
 }