added ExeFile mock with random color and title - for poor man's developing :)

This commit is contained in:
ulf hammarqvist
2015-02-19 18:50:43 +01:00
parent 42ea758e1d
commit d9c6aa42cb
13 changed files with 468 additions and 0 deletions

17
ExeFile/App.xaml.cs Normal file
View File

@@ -0,0 +1,17 @@
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
{
}
}