/// <summary>
 /// Creates a new Platform without any content.
 /// </summary>
 public GDBNETPlatform()
 {
     Images = new PlatformImages();
 }
 /// <summary>
 /// Creates a new Platform without any content.
 /// </summary>
 public Platform()
 {
     Images = new PlatformImages();
 }
Exemple #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiPlatform"/> class.
 /// Creates a new Platform without any content.
 /// </summary>
 public ApiPlatform()
 {
     this.Images = new PlatformImages();
 }
Exemple #4
0
 /// <summary>
 /// Creates a new Platform without any content.
 /// </summary>
 public Platform()
 {
     Images = new PlatformImages();
 }