Esempio n. 1
0
        /// <summary>
        /// Investigate Failed test of a saved file - click after
        /// </summary>
        /// <param name="sender">UI Element originating this event</param>
        /// <param name="e">Routed event args</param>
        private void Investigate_Click(object sender, RoutedEventArgs e)
        {
            STR118CTC1 module = this.DataContext as STR118CTC1;

            module.InvestigationIsDone();
        }