예제 #1
0
 /// <summary>
 /// Gets the native WinForms window of the specified Eto window
 /// </summary>
 /// <param name="window">Eto window to get the native control for</param>
 /// <returns>The native WinForms window object.</returns>
 public static swf.Form ToNative(this Window window)
 {
     return(window.ToSWF());
 }