Rewrote Reference class

This commit is contained in:
2014-08-30 10:24:01 +03:00
parent a3fdc31caa
commit 520eed12a6
18 changed files with 478 additions and 85 deletions

View File

@ -37,7 +37,7 @@ namespace RainmeterStudio.UI.ViewModel
{
get
{
return Reference.Data.Path;
return Reference.Data.StoragePath;
}
}