Cosmos/Tests/Cosmos.TestRunner.UI/App.xaml.cs
Geramy L. Loveless 30bc48aa72 added the test runner ui basic stuff
on to the next big thing creating the ui and overriding
OutputHandlerBase
2015-07-23 07:25:10 -07:00

17 lines
336 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace Cosmos.TestRunner.UI
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}