示例#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();
 }
示例#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();
 }
示例#4
0
文件: Platform.cs 项目: Blizz9/FanCut
 /// <summary>
 /// Creates a new Platform without any content.
 /// </summary>
 public Platform()
 {
     Images = new PlatformImages();
 }