mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
cleanup code
This commit is contained in:
@@ -15,8 +15,8 @@ namespace VRCX
|
||||
{
|
||||
public partial class MainForm : Form
|
||||
{
|
||||
public static MainForm Instance { get; private set; }
|
||||
public ChromiumWebBrowser Browser { get; private set; }
|
||||
public static MainForm Instance;
|
||||
public ChromiumWebBrowser Browser;
|
||||
private int LastLocationX;
|
||||
private int LastLocationY;
|
||||
private int LastSizeWidth;
|
||||
@@ -162,6 +162,5 @@ namespace VRCX
|
||||
{
|
||||
Application.Exit();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user