Cleanup + Some commenting to explain code

This commit is contained in:
Usman Shafiq
2022-03-24 02:42:51 -04:00
parent 1cd2e6800a
commit 1b35dbe464
2 changed files with 31 additions and 55 deletions
-6
View File
@@ -15,14 +15,8 @@ namespace VRCX
public InvisPopup()
{
StartPosition = FormStartPosition.Manual;
//Location = new Point(-Height - 100, 0);
Location = new Point(0, 0);
InitializeComponent();
}
//protected override void SetVisibleCore(bool value)
//{
// base.SetVisibleCore(value);
//}
}
}