コード例 #1
0
        private Application()
        {
            aplication = new GtkApplication();
            aplication.Init();

            Resources = new DefaultTheme();
        }
コード例 #2
0
		private Application ()
		{
			aplication = new GtkApplication ();			
			aplication.Init ();
			
			Resources = new DefaultTheme ();			
		}