public FormWidget() { InitializeComponent(); FuncMisc.setFormFont(this); if (FormMain.numberStyle > 1) { ImageBackgroundImage(); } if (FormMain.langTranslate == "EN") { langTranslateEN(); } else { refreshCB2(); } if (FuncParser.readAsBool(FormMain.pathLauncherINI, "General", "HideWebButtons")) { ClientSize = new System.Drawing.Size(232, 60); label1.Size = new System.Drawing.Size(232, 60); pictureBox4.Visible = false; button_Updates.Visible = false; } }
public static bool checkENBoost() { return(FuncParser.readAsBool(FormENB.pathENBLocalINI, "GLOBAL", "UsePatchSpeedhackWithoutGraphics")); }