Skip to content

Commit 2f595bf

Browse files
committed
removed comment, added comment re outlining
1 parent c707678 commit 2f595bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

XMapLibSharp/Form1.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
namespace XMapLibSharp
1515
{
16+
/* If the file is a bit long, try using the outlining feature of VS to collapse the member functions (methods) to definitions.
17+
right click -> outlining -> collapse to definitions */
1618
public partial class Form1 : Form
1719
{
1820
private const int DELAY_REDRAW_MS = 1000; // a whole second
@@ -29,7 +31,6 @@ public partial class Form1 : Form
2931
private readonly Color CLR_NORMAL = Color.DarkSeaGreen;
3032
private readonly XMapLibWrapper mapper;
3133
private XMapLibStickMap currentXMapLibStick = XMapLibStickMap.RIGHT;
32-
//private Button? currentSelectedPresetButton = null;
3334
private List<KeymapPreset> presets = new();
3435
public Form1()
3536
{

0 commit comments

Comments
 (0)