public MessagePrompt() { MyControl = new MessagePomptUserControl(); PrimaryButtonText = "\u2713"; MyControl.DataContext = this; this.ActionPopUpButtons = new System.Collections.ObjectModel.ObservableCollection<Windows.UI.Xaml.Controls.Button>(); this.ActionPopUpButtons.CollectionChanged += ActionPopUpButtons_CollectionChanged; }
public MessagePrompt() { MyControl = new MessagePomptUserControl(); PrimaryButtonText = "\u2713"; MyControl.DataContext = this; this.ActionPopUpButtons = new System.Collections.ObjectModel.ObservableCollection <Windows.UI.Xaml.Controls.Button>(); this.ActionPopUpButtons.CollectionChanged += ActionPopUpButtons_CollectionChanged; }