Mercurial > silverbladetech
comparison MetroWpf/MetroWpf.Services/Interfaces/ButtonExtras.cs @ 15:060f02cd4591
Initial commit, pre airport work
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Mon, 12 Mar 2012 23:05:21 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
14:741981715d94 | 15:060f02cd4591 |
---|---|
1 //using Ookii.Dialogs.Wpf; | |
2 | |
3 namespace MetroWpf.Services.Interfaces | |
4 { | |
5 public class ButtonExtras | |
6 { | |
7 //public ButtonExtras(ButtonType buttonType, string text, string note) | |
8 //{ | |
9 // ButtonType = buttonType; | |
10 // Text = text; | |
11 // Note = note; | |
12 //} | |
13 | |
14 //public ButtonType ButtonType { get; private set; } | |
15 public string Text { get; private set; } | |
16 public string Note { get; private set; } | |
17 } | |
18 } |