SpaceClaim.AddIn.Utilities.ThreadToolCapsule.OnInitialize C# (CSharp) Method

OnInitialize() protected method

protected OnInitialize ( System.Windows.Forms.Command command ) : void
command System.Windows.Forms.Command
return void
        protected override void OnInitialize(Command command)
        {
            TypeComboBox.Initialize();
            PitchTextBox.Initialize();
            AngleTextBox.Initialize();
            PositionComboBox.Initialize();
        }