示例#1
0
文件: Pull.cs 项目: SQureshi33/Demo
 public Pull(Globals globals, Fetch fetch)
 {
     _fetch   = fetch;
     _globals = globals;
 }