public void InitInterface(IUp up, IDown down, IUBatch udisk, IFlashBatch flash, ISoil soil)
 {
     this.Up         = up;
     this.Down       = down;
     this.UBatch     = udisk;
     this.FlashBatch = flash;
     this.Soil       = soil;
 }
 public void InitInterface(IUp up, IDown down, IUBatch udisk, IFlashBatch flash, ISoil soil)
 {
     this.Up         = up;
     this.Down       = down;
     this.UBatch     = udisk;
     this.FlashBatch = flash;
     this.Soil       = soil;
     Debug.WriteLine("接口初始化完成");
 }
Exemple #3
0
 public void InitInterface(IUp up, IDown down, IUBatch udisk, IFlashBatch flash, ISoil soil)
 {
     throw new NotImplementedException();
 }