Beispiel #1
0
    // Go, go, go

    public static int Main(string[] args)
    {
        MBGtkConfig program = new MBGtkConfig();

        Application.Init("mb-gtkconfig", ref args);
        program.ProcessArgs(args);
        return(program.DoIt());
    }
Beispiel #2
0
	// Go, go, go

	public static int Main (string[] args) {
		MBGtkConfig program = new MBGtkConfig ();

		Application.Init ("mb-gtkconfig", ref args);
		program.ProcessArgs (args);
		return program.DoIt ();
	}