Example #1
0
 /// <summary>
 /// Return a window of the ILogical indicated
 /// </summary>
 /// <param name="Logical">The window to get its parent</param>
 /// <returns>the window of the control</returns>
 public static Window GetParentWindowOfLogical(this ILogical Logical)
 {
     return(Logical.GetParentTOfLogical <Window>());
 }