public LangPanel() { InitializeComponent(); Height = 24; AeroCheck(); MahouUI.DPISCALE(this); l = Convert.ToInt32(MahouUI.xr * l); outsidefix(pct_Flag); outsidefix(pct_Upper); }
public LangPanel() { InitializeComponent(); this.FormClosing += (s, e) => { e.Cancel = true; this.Hide(); }; Height = 24; AeroCheck(); MahouUI.DPISCALE(this); l = Convert.ToInt32(MahouUI.xr * l); outsidefix(pct_Flag); outsidefix(pct_Upper); }