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

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