예제 #1
0
        static void Main(string[] args)
        {
            Vote      vote      = new Vote();
            VoteScore voteScore = new VoteScore();



            vote.memberVote(voteScore.voting1(), voteScore.voting2(), voteScore.voting3(), voteScore.voting4(), voteScore.voting5());
        }
예제 #2
0
파일: Program.cs 프로젝트: dvang777/Labs
        static void Main(string[] args)
        {
            Vote vote = new Vote();
            VoteScore voteScore = new VoteScore();



            vote.memberVote(voteScore.voting1(), voteScore.voting2(), voteScore.voting3(), voteScore.voting4(), voteScore.voting5());



        }