예제 #1
0
파일: Pull.cs 프로젝트: SQureshi33/Demo
 public Pull(Globals globals, Fetch fetch)
 {
     _fetch   = fetch;
     _globals = globals;
 }