Exemplo n.º 1
0
        static internal void CopyTo(this WCFVoting o, Step step)
        {
            Voting result = new Voting(step, o.Target);

            result.PowerCount = o.PowerCount;
        }
Exemplo n.º 2
0
        internal void CopyTo(Step step)
        {
            Voting result = new Voting(step, this.Target);

            result.PowerCount = this.PowerCount;
        }