Пример #1
0
        static void Main(string [] args)
        {
            Gtk.Application.Init();

            PhotoDatabase db = new PhotoDatabase(args [0]);

            db.Dump();

            Gtk.Application.Run();
        }
		static void Main (string [] args) 
		{
			Gtk.Application.Init ();

			PhotoDatabase db = new PhotoDatabase (args [0]);
			db.Dump ();

			Gtk.Application.Run ();
		}