예제 #1
0
파일: Bar.cs 프로젝트: Solum96/Lab6-TheBar
 public Bar(MainWindow mainWindow)
 {
     this.mainWindow = mainWindow;
 }