mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 23:39:29 +02:00
Refactor step 1
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using DesktopMagicPluginAPI;
|
||||
using DesktopMagicPluginAPI.Inputs;
|
||||
using DesktopMagicPluginAPI.Settings;
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
@@ -14,10 +15,10 @@ public class GifPlugin : Plugin
|
||||
{
|
||||
private const string SaveFilePath = "gifPath.txt";
|
||||
|
||||
[Element("Gif path:")]
|
||||
[Setting("Gif path:")]
|
||||
private readonly TextBox input = new TextBox("");
|
||||
|
||||
[Element]
|
||||
[Setting]
|
||||
private readonly Label info = new Label("");
|
||||
|
||||
private readonly List<Bitmap> bitmaps = [];
|
||||
|
||||
Reference in New Issue
Block a user