GR.Gambling.GameWindow.GameWindow C# (CSharp) Method

GameWindow() public method

public GameWindow ( IntPtr handle ) : System
handle System.IntPtr
return System
        public GameWindow(IntPtr handle)
            : base(handle)
        {
        }
GameWindow