SIL.FieldWorks.Common.Controls.NonEmptyTargetControl.NonEmptyTargetControl C# (CSharp) Method

NonEmptyTargetControl() public method

Make one.
public NonEmptyTargetControl ( ) : System
return System
		public NonEmptyTargetControl()
		{
			// This call is required by the Windows.Forms Form Designer.
			InitializeComponent();
			// Prevent problems caused by assigning a bogus value of 1 to the
			// writing system code in InitializeComponent() -- a bug inserted
			// for free by the Windows.Forms Form Designer!
			this.sepBox.WritingSystemCode = 0;
		}