Ejemplo n.º 1
0
 public UserControlLearn(BoxWord boxWords)
 {
     InitializeComponent();
     this.boxWords = boxWords;
 }
Ejemplo n.º 2
0
 public UserControlTraner(BoxWord boxWords)
 {
     this.boxWords = boxWords;
     InitializeComponent();
 }