Files
eveo/ExeFile/App.xaml.cs
ulf hammarqvist b3fa49fd1d Added ExeFile (wpf) mocks with
random color and window title
2015-02-19 18:28:36 +01:00

18 lines
323 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 ExeFile
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}