AStarTest.Window1.Window1 C# (CSharp) Method

Window1() public method

public Window1 ( ) : System
return System
        public Window1()
        {
            InitializeComponent();

            this.PreviewKeyDown += Window_PreKeyDown;
            this.PreviewTextInput += Window_PreTextInput;
        }