コード例 #1
0
ファイル: ThreadRenamer.cs プロジェクト: unil/fbm-tools
 public ThreadRenamer(MainWindow mw)
 {
     this.mw = mw;
 }
コード例 #2
0
ファイル: Logger.cs プロジェクト: unil/fbm-tools
 public Logger(MainWindow mw)
 {
     this.mw = mw;
 }
コード例 #3
0
 public AjouterTraductionWindow(MainWindow mw)
 {
     InitializeComponent();
     this.mw = mw;
     FillTraductions();
 }