Ejemplo n.º 1
0
 public EditCategory(FormCategory frmCateg)
 {
     InitializeComponent();
     this.frmCateg        = frmCateg;
     errorTextBoxProvider = new ErrorProvider();
 }
Ejemplo n.º 2
0
 public EditCategory(FormCategory frmCateg)
 {
     InitializeComponent();
     this.frmCateg = frmCateg;
 }
Ejemplo n.º 3
0
 public FormWordsToCat(FormCategory frm)
 {
     InitializeComponent();
     this.frmCategor = frm;
 }