예제 #1
0
 public ThreadRenamer(MainWindow mw)
 {
     this.mw = mw;
 }
예제 #2
0
파일: Logger.cs 프로젝트: unil/fbm-tools
 public Logger(MainWindow mw)
 {
     this.mw = mw;
 }
 public AjouterTraductionWindow(MainWindow mw)
 {
     InitializeComponent();
     this.mw = mw;
     FillTraductions();
 }