CapDemo.GUI.User_Controls.Question_ShortAnswer.Question_ShortAnswer_Load C# (CSharp) 메소드

Question_ShortAnswer_Load() 개인적인 메소드

private Question_ShortAnswer_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void
        private void Question_ShortAnswer_Load(object sender, EventArgs e)
        {
            this.Dock = DockStyle.Fill;
            txt_Date.Text = DateTime.Now.ToString("d");
        }