mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 06:16:05 +02:00
Cleanup + Some commenting to explain code
This commit is contained in:
@@ -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);
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user