BACnet.Explorer.Core.MainForm.OnLoad C# (CSharp) Метод

OnLoad() защищенный Метод

Called when the form initially loads
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The event args
Результат void
        protected override void OnLoad(EventArgs e)
        {
            base.OnLoad(e);
            this._chooser.ShowModalAsync();
        }