Esempio n. 1
0
 /// <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();
 }
Esempio n. 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();
 }
Esempio n. 4
0
 /// <summary>
 /// Creates a new Platform without any content.
 /// </summary>
 public Platform()
 {
     Images = new PlatformImages();
 }