private static void Main() { using (ActorContext.Global) { Console.WriteLine("Welcome to the Encore ReverserTool. Type '?' for help."); CommandConsole.Run(); } }
private static void Main(string[] args) { using (ActorContext.Global) { AuthenticationApplication.Instance.Start(args); CommandConsole.Run(); AuthenticationApplication.Instance.Stop(); } }