public bool Start(IBuildScreenBuild build)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public bool Kill(IBuildScreenBuild build)
 {
     throw new NotImplementedException();
 }