示例#1
0
 public RoomVM()
 {
     web          = new MasterServices(this, this);
     RoomProperty = new Properties();
     web.GetAllRomType1();
     web.GetAllArea();
 }