CDP4CommonView.NoteDialogViewModel.PopulatePossibleOwner C# (CSharp) Метод

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

Populates the PossibleOwner property
protected PopulatePossibleOwner ( ) : void
Результат void
        protected virtual void PopulatePossibleOwner()
        {
            this.PossibleOwner.Clear();
        }
    }