Ejemplo n.º 1
0
        public static int Main(string[] args)
        {
            Candle candle = new Candle();

            return(candle.Run(args));
        }
Ejemplo n.º 2
-1
 public static int Main(string[] args)
 {
     AppCommon.PrepareConsoleForLocalization();
     Candle candle = new Candle();
     return candle.Run(args);
 }
Ejemplo n.º 3
-1
 public static int Main(string[] args)
 {
     Candle candle = new Candle();
     return candle.Run(args);
 }