Example #1
0
 public ReplayWindow()
 {
     InitializeComponent();
     _fakeOutput = new FakeOutput();
     logic       = new Logic(_fakeOutput);
 }
Example #2
0
 public ReplayWindow()
 {
     InitializeComponent();
     _fakeOutput = new FakeOutput();
     logic = new Logic(_fakeOutput);
 }