public Form1() { InitializeComponent(); STW = new SystemTweak(); RST = new Reseter(); LOG = new LogWriter("QYNKLEE"); }
public Reseter() { this.STW = new SystemTweak(); }