- Remove unnecessary code

- Improve startup performance
This commit is contained in:
Stone-Red-Code
2021-09-12 13:24:46 +02:00
parent f94f24297e
commit d70e6229cc
4 changed files with 11 additions and 31 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ namespace DesktopMagicPlugin.Test
{
Bitmap bmp = new Bitmap(100, 100);
using Graphics graphics = Graphics.FromImage(bmp);
graphics.Clear(Color.Red);
graphics.Clear(Application.Color);
return bmp;
}
}