Browse Source

updated comment.

pull/480/head
Dan Walmsley 11 years ago
parent
commit
5ac817e2b8
  1. 1
      src/Perspex.Controls/Window.cs

1
src/Perspex.Controls/Window.cs

@ -49,7 +49,6 @@ namespace Perspex.Controls
/// <summary>
/// Retrieves an enumeration of all Windows in the currently running application.
/// Can only be accessed from the UI Thread.
/// </summary>
public static IList<Window> OpenWindows => s_windows;

Loading…
Cancel
Save