static void Main(string[] args) { SingleInstanceManager manager = new SingleInstanceManager(); manager.Run(args); }