コード例 #1
0
 public void SetUp()
 {
     button1 = new InternalButton();
     button2 = new InternalButton();
     base.CommandSetup();
 }
コード例 #2
0
ファイル: ButtonTest.cs プロジェクト: chopshop-166/WPILib
 public void SetUp()
 {
     m_button1 = new InternalButton();
     m_button2 = new InternalButton();
     CommandSetup();
 }