~manishsinha/lpsharp/proxy-code

« back to all changes in this revision

Viewing changes to LpNet.LpSharp/Client/Team.cs

  • Committer: Manish Sinha
  • Date: 2011-03-08 16:34:35 UTC
  • Revision ID: manishsinha.tech@gmail.com-20110308163435-tanqewijjckmjl6h
Remove all the proxy. It is a mess

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
using System;
2
 
namespace LpNet.LpSharp
 
2
namespace LpNet.Launchpad
3
3
{
4
4
        public class Team
5
5
        {
6
6
                public Team ()
7
7
                {
 
8
                        
 
9
                }
 
10
                
 
11
                public void AddMember(Person person, LpNet.Launchpad.Core.Person_status status, string comment)
 
12
                {
 
13
                        
8
14
                }
9
15
        }
10
16
}