1
// Main.cs created with MonoDevelop
2
// User: dave at 12:14 AM 8/22/2007
4
// To change standard headers go to Edit->Preferences->Coding->Standard Headers
16
public class MainClass {
18
public static void Main (string[] args) {
23
Globals.Initialize ();
25
commander = DBusRegistrar.GetCommanderInstance ();
26
if (commander != null) {
28
System.Environment.Exit (0);
30
commander = DBusRegistrar.RegisterCommander (new DefaultCommander ());