mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-08-01 21:32:18 +02:00
WPF Progress
This commit is contained in:
@@ -162,6 +162,11 @@ namespace UVtools.WPF
|
||||
|
||||
public static Bitmap GetBitmapFromAsset(string url) => new Bitmap(GetAsset(url));
|
||||
|
||||
public static string GetApplicationPath()
|
||||
{
|
||||
return Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user