namespace WifiSitter { class Program { static void Main(string[] args) { // entry point for cmd (new WifiSitter()).Run(args); } } }