예제 #1
0
파일: Principal.cs 프로젝트: zeehjr/crg08ht
        private void button3_Click(object sender, EventArgs e)
        {
            var frmImportarExportar = new ImportarExportar(true);

            frmImportarExportar.ShowDialog(this);
        }
예제 #2
0
 public FormularioEmail(ImportarExportar exportar)
 {
     InitializeComponent();
     this.exportar = exportar;
 }
예제 #3
0
파일: Principal.cs 프로젝트: zeehjr/crg08ht
        private void exportarImportarToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ImportarExportar importarExportar = new ImportarExportar();

            importarExportar.ShowDialog(this);
        }