コード例 #1
0
ファイル: Bar.cs プロジェクト: Solum96/Lab6-TheBar
 public Bar(MainWindow mainWindow)
 {
     this.mainWindow = mainWindow;
 }