public void SetUp() { button1 = new InternalButton(); button2 = new InternalButton(); base.CommandSetup(); }
public void SetUp() { m_button1 = new InternalButton(); m_button2 = new InternalButton(); CommandSetup(); }