예제 #1
0
 public ImageUpdater(AdbClient client, DeviceData device, IEnumerable <BonusMask> bonusMasks)
 {
     this.client     = client;
     this.device     = device;
     this.buffer     = client.CreateRefreshableFramebuffer(device);
     this.bonusMasks = bonusMasks;
 }