/// <summary> /// When the "Search for a Package" MenuItem is clicked this method will be executed moving to the next Step /// </summary> /// <param name="sender">MenuItem</param> /// <param name="e"></param> internal static void SearchForPackage_Click(object sender, RoutedEventArgs e) { CurrentExecutingGuide.NextStep(CurrentExecutingStep.Sequence); }