Ejemplo n.º 1
0
 public JuncAddCommand(JuncState state , Cover c)
 {
     mState = state;
     mCover = c;
 }
Ejemplo n.º 2
0
        private int mCurId;         //current id

        public JuncDelCommand(JuncState state, Path path)
        {
            mState = state;
            mPath = path;
        }