mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 23:39:29 +02:00
Code refactoring
This commit is contained in:
@@ -13,12 +13,12 @@ namespace DesktopMagicPlugin.Test
|
||||
public class GifPlugin : Plugin
|
||||
{
|
||||
[Element("Gif path:")]
|
||||
private TextBox input = new TextBox("");
|
||||
private readonly TextBox input = new TextBox("");
|
||||
|
||||
[Element]
|
||||
private Label info = new Label("");
|
||||
private readonly Label info = new Label("");
|
||||
|
||||
private List<Bitmap> bitmaps = new List<Bitmap>();
|
||||
private readonly List<Bitmap> bitmaps = new List<Bitmap>();
|
||||
|
||||
private int frameCount = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user