Example #1
0
 public static LinkedList <WpfScreen> GetAllScreens()
 {
     ScreenInformation.GetMonitorCount();
     return(allScreens);
 }