コード例 #1
0
 public ScreenAMOLED(int height, int width, int colorDepth, DisplayProductionTechnology ScreenTechnology) : base(height, width, colorDepth, ScreenTechnology)
 {
 }
コード例 #2
0
 public ScreenColorful(int height, int width, int colorDepth, DisplayProductionTechnology ScreenTechnology) : base(height, width, colorDepth)
 {
     this.ScreenTechnology = ScreenTechnology;
 }