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