AcManager.Pages.Selected.PopupAuthor.PopupAuthor C# (CSharp) 메소드

PopupAuthor() 공개 메소드

public PopupAuthor ( ISelectedAcObjectViewModel model )
model ISelectedAcObjectViewModel
        public PopupAuthor(ISelectedAcObjectViewModel model) {
            DataContext = model;
            InitializeComponent();
        }
    }
PopupAuthor