Exemplo n.º 1
0
        /// <summary>
        /// This methods handles contact button click of Quick Starts section.
        /// This events bring the manager details settings flyout.
        /// </summary>
        private void ContactButton_OnClick(object sender, RoutedEventArgs e)
        {
            this.managerFlyout = new ManagerDetailsFlyout();
            this.managerFlyout.ShowIndependent();

            CapptainAgent.Instance.SendEvent("\"Contact Manager\" button clicked");
        }
Exemplo n.º 2
0
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     this.managerFlyout = new ManagerDetailsFlyout();
     this.managerFlyout.ShowIndependent();
 }