Example #1
0
 public PipeAddCommand(PipeState state, Pipe pipe , Cover injunc , Cover outjunc)
 {
     mState = state;
     mPipe = pipe;
     mInJunc = injunc;
     mOutJunc = outjunc;
 }
Example #2
0
        private int mCurId;         //current id

        public PipeDelCommand(PipeState state, Path path)
        {
            mState = state;
            mPath = path;
        }