Exemple #1
0
 /// <summary>
 /// Implement Interface
 /// </summary>
 /// <param></param>
 ///
 public void ChooseScreenToMakeFullScreen(int id)
 {
     ScreenInstruction = JsonConvert.DeserializeObject <ScreenInstruction>(_IScreen.GetFullScreenInstruction(id));
     //throw new NotImplementedException();
 }