Exemple #1
0
        public void RequestScreenShot()
        {
            //throw new NotImplementedException();
            List <Screen> screens = produceListScreenFromJson(_IScreen.GetScreenInfo());

            if (screens != null)
            {
                Screens = screens;
            }
        }
 public void RequestScreens()
 {
     //throw new NotImplementedException();
     _Screens = produceScreensListFromJson(_iScreen.GetScreenInfo());
 }