示例#1
0
 static DisplayDevice()
 {
     implementation = Platform.Factory.Default.CreateDisplayDeviceDriver();
 }
示例#2
0
 static DisplayDevice()
 {
     implementation = Platform.Factory.Default.CreateDisplayDeviceDriver();
 }
示例#3
0
 static DisplayDevice()
 {
     implementation = Platform.Factory.Default.CreateDisplayDeviceDriver();
     available_displays_readonly = available_displays.AsReadOnly();
 }
 static DisplayDevice()
 {
     implementation = Platform.Factory.Default.CreateDisplayDeviceDriver();
     available_displays_readonly = available_displays.AsReadOnly();
 }