namespace NetOpenVPNGUI { static class Program { static void Main() { new Runner(); } } }