BlisterUI.Widgets.TextInputWidget.DisposeOther C# (CSharp) Méthode

DisposeOther() protected méthode

protected DisposeOther ( ) : void
Résultat void
        protected override void DisposeOther()
        {
            base.DisposeOther();
            TextInput.Dispose();
        }