示例#1
0
文件: Venta_1.cs 项目: juanch0x/omega
        //¿QUE ES ESTO??
        private void button1_Click(object sender, EventArgs e)
        {
            ControlVenta control = new ControlVenta();

            control.Venta();
        }