Ejemplo n.º 1
0
        public static void Main()
        {
            SystemTrayApp app = new SystemTrayApp();

            app.Start();
            Application.Run();
        }
Ejemplo n.º 2
0
 public static void Main()
 {
     SystemTrayApp app = new SystemTrayApp();
     app.Start();
     Application.Run();
 }