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");
        }