Exemplo n.º 1
0
        private void Main_m_kolt_Click(object sender, System.EventArgs e)
        {
            FGrpType Fpt = new FGrpType();

            Fpt.ShowDialog();
        }
Exemplo n.º 2
0
Arquivo: Main.cs Projeto: oeli/yafra
 private void Main_m_kolt_Click(object sender, System.EventArgs e)
 {
     FGrpType Fpt = new FGrpType();
     Fpt.ShowDialog();
 }