Esempio n. 1
0
        /// <summary>
        /// Fail test using no profile
        /// </summary>
        /// <param name="sender">UI Element originating this event</param>
        /// <param name="e">Routed event args</param>
        private void FailNoProfile_Click(object sender, RoutedEventArgs e)
        {
            STR118CTC1 module = this.DataContext as STR118CTC1;

            module.FailNoProfile();
        }