예제 #1
0
파일: Program.cs 프로젝트: huangpf/PSharp
        static void Main(string[] args)
        {
            // Parses the command line options to get the configuration.
            var configuration = new RemoteManagerCommandLineOptions(args).Parse();

            Manager.Configure(configuration);
            Manager.Run();

            Output.PrettyPrintLine(". Done");
        }
예제 #2
0
        static void Main(string[] args)
        {
            // Parses the command line options to get the configuration.
            var configuration = new RemoteManagerCommandLineOptions(args).Parse();

            Manager.Configure(configuration);
            Manager.Run();

            IO.PrettyPrintLine(". Done");
        }