コード例 #1
0
ファイル: Ejecutar.cs プロジェクト: marianoir/EbuyBatch
        public void Ejecucion(string Funcion)
        {
            if (Funcion.ToUpper() == "COPIARARCHIVOS")
            {

                Archivo archi = new Archivo();
                archi.GetDatosArchivos();
            }
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: marianoir/EbuyBatch
 private void button1_Click(object sender, EventArgs e)
 {
     Archivo a = new Archivo();
     a.GetDatosArchivos();
 }