コード例 #1
0
ファイル: Program.cs プロジェクト: huangpf/PSharp
        static void Main(string[] args)
        {
            // Parses the command line options to get the configuration.
            var configuration = new RuntimeContainerCommandLineOptions(args).Parse();

            Container.Configure(configuration);
            Container.Run();

            Output.PrettyPrintLine(". Done");
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: rekoder/PSharp
        static void Main(string[] args)
        {
            // Parses the command line options to get the configuration.
            var configuration = new RuntimeContainerCommandLineOptions(args).Parse();

            Container.Configure(configuration);
            Container.Run();

            IO.PrettyPrintLine(". Done");
        }