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