Exemplo n.º 1
0
        /// <summary>
        /// Gets a list of active windows
        /// </summary>
        /// <returns>A list of window objects</returns>
        public List <Window> GetWindows()
        {
            var controller = new GetWindows();

            return(controller.GetActiveWindows());
        }
Exemplo n.º 2
0
 /// <summary>
 /// Gets a list of active windows 
 /// </summary>
 /// <returns>A list of window objects</returns>
 public List<Window> GetWindows()
 {
     var controller = new GetWindows();
     return controller.GetActiveWindows();
 }