Example #1
0
 public RaidParser()
 {
     InitializeComponent();
     _overlay = new FightOverlay("");
 }
Example #2
0
 public void UpdateDimensions(FightOverlay overlay)
 {
     this.Width    = overlay.Width;
     this.Height   = overlay.Height;
     this.Location = new Point(overlay.Location.X, overlay.Location.Y);
 }