Example #1
0
 public ThreadRenamer(MainWindow mw)
 {
     this.mw = mw;
 }
Example #2
0
 public Logger(MainWindow mw)
 {
     this.mw = mw;
 }
 public AjouterTraductionWindow(MainWindow mw)
 {
     InitializeComponent();
     this.mw = mw;
     FillTraductions();
 }