Automatonymous.Visualizer.GraphVisualizerForm.OnLoad C# (CSharp) Method

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void
        protected override void OnLoad(EventArgs e)
        {
            base.OnLoad(e);

            Text = _caption;

            GViewer viewer = CreateGraphControl();

            Controls.Add(viewer);
        }