comparison MetroWpf/MetroWpf.Services/Windows/WindowManager.cs @ 15:060f02cd4591

Initial commit, pre airport work
author stevenh7776 stevenhollidge@hotmail.com
date Mon, 12 Mar 2012 23:05:21 +0800
parents
children a8b50a087544
comparison
equal deleted inserted replaced
14:741981715d94 15:060f02cd4591
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5
6 namespace MetroWpf.Services.Windows
7 {
8 public class WindowManager : IWindowManager
9 {
10
11 }
12 }