Updated Guide (markdown)

Stone_Red
2021-08-18 19:30:02 +02:00
parent 6d879280a8
commit 2cad1c16be
+1 -1
@@ -59,7 +59,7 @@ namespace DesktopMagicPlugin
{
public class InputExamplePlugin : Plugin
{
public override int UpdateInterval { get; set; } = 0;
public override int UpdateInterval { get; set; } = 0; //Set the update interval to 0 so that the window is not updated automatically.
[Element("Text:")] //Mark the property as element with the specified description
private TextBox textBox = new TextBox("abc"); //Create a text box with the specified default value.