コード例 #1
0
ファイル: RoomListVM.cs プロジェクト: nk140/Hostel-Management
 public RoomListVM()
 {
     web = new MasterServices(this);
     web.RoomList();
 }