Пример #1
0
        private int mCurId;         //current id

        public JuncDelCommand(JuncState state, Path path)
        {
            mState = state;
            mPath  = path;
        }
Пример #2
0
 public JuncAddCommand(JuncState state, Cover c)
 {
     mState = state;
     mCover = c;
 }