Beispiel #1
0
        public static int Main(string[] args)
        {
            Candle candle = new Candle();

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