/// <summary>
 /// Handles the Startup event of the Application control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.Windows.StartupEventArgs"/> instance containing the event data.</param>
 private void Application_Startup(object sender, StartupEventArgs e)
 {
     RootVisual = new Xunit.Runner.Silverlight.TestEngine(Assembly.GetExecutingAssembly());
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Handles the Startup event of the Application control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.Windows.StartupEventArgs"/> instance containing the event data.</param>
 private void Application_Startup(object sender, StartupEventArgs e)
 {
     RootVisual = new Xunit.Runner.Silverlight.TestEngine(Assembly.GetExecutingAssembly());
 }