예제 #1
0
파일: Driver.cs 프로젝트: JoergEg/manos
        public void RunBuild()
        {
            BuildCommand cmd = new BuildCommand (Environment);

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

            cmd.Run();
        }