AStarTest.Window1.Window1 C# (CSharp) 메소드

Window1() 공개 메소드

public Window1 ( ) : System
리턴 System
        public Window1()
        {
            InitializeComponent();

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