public Wifi(Gadgeteer.Modules.GHIElectronics.WiFi_RS21 wifi_RS21) { this.wifi_RS21 = wifi_RS21; t = new GT.Timer(3000); t.Tick += new GT.Timer.TickEventHandler(start); t.Start(); }