Implemented project manager

This commit is contained in:
2014-07-26 13:49:11 +03:00
parent 6eec29a3a7
commit 48972dfb52
18 changed files with 1028 additions and 52 deletions

View File

@ -24,11 +24,11 @@ namespace RainmeterStudio.UI.Dialogs
/// <summary>
/// Gets or sets the currently selected file format
/// </summary>
public DocumentFormat SelectedFormat
public DocumentTemplate SelectedFormat
{
get
{
return listFormats.SelectedItem as DocumentFormat;
return listFormats.SelectedItem as DocumentTemplate;
}
set
{