CDP4CommonView.NoteDialogViewModel.PopulatePossibleOwner C# (CSharp) 메소드

PopulatePossibleOwner() 보호된 메소드

Populates the PossibleOwner property
protected PopulatePossibleOwner ( ) : void
리턴 void
        protected virtual void PopulatePossibleOwner()
        {
            this.PossibleOwner.Clear();
        }
    }