private static void Main(string[] args) { SnaffleRunner runner = new SnaffleRunner(); runner.Run(args); Console.ReadKey(); }
public static void Main(string[] args) { SnaffleRunner runner = new SnaffleRunner(); runner.Run(args); }