public FullScreenImplementationTestCase()
 {
     _fsc = new ScreenImplementation();
 }
示例#2
0
 public static ScreenProperties GetProperties()
 {
     return(ScreenImplementation.GetProperties());
 }