示例#1
0
 /// <summary>
 /// Gets the window handle for the main WinMX window.
 /// </summary>
 /// <returns></returns>
 public static IntPtr GetWinMXWindowHandle()
 {
     return(WinMX.GetWinMXWindow());
 }
示例#2
0
 /// <summary>
 /// Determines if WinMX is running.
 /// </summary>
 /// <returns></returns>
 public static bool WinMXIsOpen()
 {
     return(WinMX.GetWinMXWindow() != IntPtr.Zero);
 }