public MenuItemModel( string id, int order, UserControlLocation userControlLocation, string title, string description, string converterKey, string iconPath) { MenuItemId = id; Order = order; UserControlLocation = userControlLocation; Title = title; Description = description; ConverterKey = converterKey; IconPath = iconPath; }
public ContentChangedEventArgs(UserControlLocation userControlLocation, string userControlName) { this.userControlLocation = userControlLocation; this.userControlName = userControlName; }