Example #1
0
 public Facturacion()
 {
     InitializeComponent();
     buscarProducto  = new FRM_Buscar_Producto(this);
     buscar_Servicio = new FRM_Buscar_Servicios(this);
     InicializarDetalle();
 }
Example #2
0
 private void btn_AgregarProducto_Click(object sender, RoutedEventArgs e)
 {
     buscarProducto = new FRM_Buscar_Producto(this);
     buscarProducto.ShowDialog();
 }