CDP4CommonView.NoteDialogViewModel.PopulatePossibleOwner C# (CSharp) Méthode

PopulatePossibleOwner() protected méthode

Populates the PossibleOwner property
protected PopulatePossibleOwner ( ) : void
Résultat void
        protected virtual void PopulatePossibleOwner()
        {
            this.PossibleOwner.Clear();
        }
    }