Ejemplo n.º 1
0
 public ReplayWindow()
 {
     InitializeComponent();
     _fakeOutput = new FakeOutput();
     logic       = new Logic(_fakeOutput);
 }
Ejemplo n.º 2
0
 public ReplayWindow()
 {
     InitializeComponent();
     _fakeOutput = new FakeOutput();
     logic = new Logic(_fakeOutput);
 }