BoringHeroes.Interaction.KeyboardHook.Window.Window C# (CSharp) 메소드

Window() 공개 메소드

public Window ( ) : System
리턴 System
            public Window()
            {
                // create the handle for the window.
                CreateHandle(new CreateParams());
            }
KeyboardHook.Window