Exemple #1
0
        static Services()
        {
#if WIN32
            factory = new WindowsFactory();
#elif MAC
            factory = new MacFactory();
#else
            factory = new GnomeFactory();
#endif

            nativeApp = factory.CreateNativeApplication();
        }
Exemple #2
0
		static Services ()
		{
#if WIN32
			factory = new WindowsFactory ();
#elif MAC
			factory = new MacFactory ();
#else
			factory = new GnomeFactory ();
#endif
			
			nativeApp = factory.CreateNativeApplication ();
		}