JryVideo.Common.VideoRoleViewModel.BeginEdit C# (CSharp) 메소드

BeginEdit() 공개 메소드

public BeginEdit ( Window parent ) : void
parent System.Windows.Window
리턴 void
        public async void BeginEdit(Window parent)
        {
            if (RoleEditorWindow.Edit(parent, this.Source))
            {
                this.RefreshProperties();
                await this.parent.CommitAsync();
            }
        }