mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 23:39:29 +02:00
- Remove unnecessary code
- Improve startup performance
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user