aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/Program.cs')
-rw-r--r--ShiftOS.WinForms/Program.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Program.cs b/ShiftOS.WinForms/Program.cs
index ad6c772..0ed5b02 100644
--- a/ShiftOS.WinForms/Program.cs
+++ b/ShiftOS.WinForms/Program.cs
@@ -159,5 +159,9 @@ namespace ShiftOS.WinForms
}
+ public Image GetImage(string path)
+ {
+ return Applications.FileSkimmer.GetImage(FileSkimmerBackend.GetFileType(path));
+ }
}
}