Example #1
0
 public static void Limpiar(Colecciones.frmArreglos frm)
 {
     frm.txtCodigo.Text      = "";
     frm.txtNombre.Text      = "";
     frm.txtPrecio.Text      = "";
     frm.txtIGV.Text         = "";
     frm.txtPrecioVenta.Text = "";
 }
Example #2
0
 public static void Limpiar(Colecciones.frmArreglos frm) //si la clase se define como static, los métodos, también son static
 {
     frm.txtCodigo.Text      = "";
     frm.txtNombre.Text      = "";
     frm.txtPrecio.Text      = "";
     frm.txtIGV.Text         = "";
     frm.txtPrecioVenta.Text = "";
 }