예제 #1
0
파일: Class1.cs 프로젝트: northspb/p2pproxy
 public void Init(string host)
 {
     this.host = host;
     _provider = new ContentProvider(this);
 }
예제 #2
0
 public void Init(string host)
 {
     this.host = host;
     _provider = new ContentProvider(this);
 }