示例#1
0
        private void ButtonInspections_Click(object sender, RoutedEventArgs e)
        {
            InspectionWindow instance = new InspectionWindow();

            instance.Show();
        }