CapDemo.GUI.ViewQuestionInCatalogue.ViewQuestionInCatalogue_Load C# (CSharp) Méthode

ViewQuestionInCatalogue_Load() private méthode

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