Ejemplo n.º 1
0
 public void BeforeEach()
 {
     _updater = new InteractionUpdater();
     _widget  = new Widget(RectangleF.Empty);
 }
Ejemplo n.º 2
0
 public InteractionUpdaterTests()
 {
     _updater = new InteractionUpdater();
     _widget  = new Widget(RectangleF.Empty);
 }