Mercurial > silverbladetech
view MetroWpf/MetroWpf.Services/Interfaces/IInitialize.cs @ 118:fa4ba8943048
final version
author | stevenh7776 |
---|---|
date | Sun, 27 May 2012 19:53:23 +0100 |
parents | a8b50a087544 |
children |
line wrap: on
line source
using System; using System.Collections.Generic; using System.Text; namespace MetroWpf.Services.Interfaces { public interface IInitialize { void Initialize(); } }