public MenuItem(LocalizedString headerText, ICommand command) { this.HeaderText = headerText.Text; this.Command = command; }
public MenuItem(LocalizedString headerText) { this.HeaderText = headerText.Text; this.Command = null; }