コード例 #1
0
        static internal void CopyTo(this WCFVoting o, Step step)
        {
            Voting result = new Voting(step, o.Target);

            result.PowerCount = o.PowerCount;
        }
コード例 #2
0
ファイル: Voting.cs プロジェクト: lantsev1981/Agot2Server
        internal void CopyTo(Step step)
        {
            Voting result = new Voting(step, this.Target);

            result.PowerCount = this.PowerCount;
        }