Auto start support

This commit is contained in:
2014-05-03 09:50:56 -04:00
parent 967af2834b
commit 5159468d80
13 changed files with 102 additions and 8 deletions

View File

@@ -6,7 +6,6 @@ namespace FloatingStatusWindowLibrary
{
string Name { get; }
string WindowSettings { get; set; }
Icon Icon { get; }
}
}