Exemplo n.º 1
0
 static DisplayDevice()
 {
     implementation = Platform.Factory.Default.CreateDisplayDeviceDriver();
 }
Exemplo n.º 2
0
 static DisplayDevice()
 {
     implementation = Platform.Factory.Default.CreateDisplayDeviceDriver();
 }
Exemplo n.º 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();
 }