コード例 #1
0
 public ReplayWindow()
 {
     InitializeComponent();
     _fakeOutput = new FakeOutput();
     logic       = new Logic(_fakeOutput);
 }
コード例 #2
0
ファイル: ReplayWindow.cs プロジェクト: doskir/Drumbot
 public ReplayWindow()
 {
     InitializeComponent();
     _fakeOutput = new FakeOutput();
     logic = new Logic(_fakeOutput);
 }