Reporter | Sergey Coox (coox) |
---|---|
Created | Mar 14, 2012 9:17:35 PM |
Updated | Mar 14, 2012 9:17:35 PM |
Priority | Show-stopper |
Type | Unspecified |
Fix versions | 7.0 |
State | Open |
Assignee | Alexey Kuptsov (alexey.kuptsov) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
/// <summary> /// Gets a window from the collection. /// </summary> public Window this[[NotNull] IWin32Window window] { get { if(window == null) throw new ArgumentNullException("window"); // here on window return this[window.Handle]; } }