Exemplo n.º 1
0
        public static void Main(string[] args)
        {
            Application.Init ();

            var crafter = new DedicatedLauncher();
            crafter.Run();
        }
Exemplo n.º 2
0
 public DedicatedLauncher()
 {
     Craft = new Context ();
     Craft.AppName = "Craftalyst Launcher";
     Craft.AppVersion = "0.6.0";
     singleton = this;
 }