예제 #1
0
 public MeetingProposal join(string[] args)
 {
     return(client.join(args));
 }
예제 #2
0
파일: Program.cs 프로젝트: Akstasy/coinche
        static void Main(string[] args)
        {
            Client client = new Client();

            client.join();
        }