diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-11-19 10:20:19 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-11-19 10:20:19 +0200 |
| commit | 926844ac021bf0e95aa087ec9bf0a4444b3dabc7 (patch) | |
| tree | 03cbf727699aff157d3fa77abc2f2d836469b63b /Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/GuideBase.cs | |
| parent | 17df7aa5142e7336cdab3f5551ccd3fa66ce7c87 (diff) | |
| download | Tango-926844ac021bf0e95aa087ec9bf0a4444b3dabc7.tar.gz Tango-926844ac021bf0e95aa087ec9bf0a4444b3dabc7.zip | |
Added related animations to guides on PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/GuideBase.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/GuideBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/GuideBase.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/GuideBase.cs index f016182d8..438375c72 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/GuideBase.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/GuideBase.cs @@ -12,7 +12,7 @@ namespace Tango.PPC.Maintenance { public abstract String Name { get; } public abstract BitmapSource Icon { get; } - public abstract BitmapSource Image { get; } + public abstract String Image { get; } public abstract List<GuideStep> Steps { get; } protected virtual List<GuideStep> GetStepsFromResource(String key) |
