public MainPage() { InitializeComponent(); this.customCommandDescriptors = new CustomCommandDescriptors(this.viewer); this.viewer.CommandDescriptors = this.customCommandDescriptors; }
public MainWindow() { InitializeComponent(); this.customCommandDescriptors = new CustomCommandDescriptors(this.viewer); this.viewer.CommandDescriptors = this.customCommandDescriptors; }