Beispiel #1
0
 public UserControlLearn(BoxWord boxWords)
 {
     InitializeComponent();
     this.boxWords = boxWords;
 }
Beispiel #2
0
 public UserControlTraner(BoxWord boxWords)
 {
     this.boxWords = boxWords;
     InitializeComponent();
 }