comparison MetroWpf/MetroWpf.Services/Interfaces/IInitialize.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.Interfaces
7 {
8 public interface IInitialize
9 {
10 void Initialize();
11 }
12 }