TestableTextBox.cs


 using System; 
using System.Windows.Forms;
namespace Notepad
{
/// <summary>
/// Dummy class allowing use of the ITestTextBox interface in testing.
/// (See TestScroll.cs and MockTextBox.cs)
/// </summary>
class TestableTextBox: TextBox, ITestTextBox {
}
}



Extreme Programming Adventures in C#
Javaв„ў EE 5 Tutorial, The (3rd Edition)
ISBN: 735619492
EAN: 2147483647
Year: 2006
Pages: 291

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net