コード例 #1
0
 void OnDeserialized(StreamingContext context)
 {
     if (Stable == null)
     {
         Stable = new AppVersionInfoDto();
     }
     if (Beta == null)
     {
         Beta = new AppVersionInfoDto();
     }
 }
コード例 #2
0
 void OnDeserialized(StreamingContext context) {
     if (Stable == null)
         Stable = new AppVersionInfoDto();
     if (Beta == null)
         Beta = new AppVersionInfoDto();
 }
コード例 #3
0
 public AppVersionInfosDto()
 {
     Stable = new AppVersionInfoDto();
     Beta   = new AppVersionInfoDto();
 }
コード例 #4
0
 public AppVersionInfosDto() {
     Stable = new AppVersionInfoDto();
     Beta = new AppVersionInfoDto();
 }