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