Exemple #1
0
        private void Form1_Load(object sender, EventArgs e)
        {
            Cliente.LoadList();
            Venta.Venta.LoadList();
            Cliente  = null;
            Vendedor = null;
            labelMessageInfoAlert.Text = "";
            GestionArchivo gs = new GestionArchivo();

            gs.Duplicate(Producto.path, "Files/CompraTemp.txt");
            ImprimirData(panelListProducts, "Files/CompraTemp.txt", Producto.Titles).Show();
            ImprimirData(panelListBuy, boxSearch.PathLista, new string[] { "Nombre", "Imformación" }).Show();
        }