CapDemo.GUI.ViewQuestionInCatalogue.ViewQuestionInCatalogue_Load C# (CSharp) Method

ViewQuestionInCatalogue_Load() private method

private ViewQuestionInCatalogue_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void ViewQuestionInCatalogue_Load(object sender, EventArgs e)
        {
            this.txt_NameCatalogue.Text = NameCat;
            LoadQuestion();
        }