Beispiel #1
0
        public void RunBuild()
        {
            BuildCommand cmd = new BuildCommand (Environment);

            cmd.Run ();
        }
Beispiel #2
0
        public void RunBuild()
        {
            BuildCommand cmd = new BuildCommand(Environment);

            cmd.Run();
        }