SIL.FieldWorks.TE.DummyDraftViewProxy.CreateView C# (CSharp) Метод

CreateView() публичный Метод

Method to create the view when needed
public CreateView ( Control host ) : Control
host System.Windows.Forms.Control The control that will host (or "wrap") the view (can be null)
Результат System.Windows.Forms.Control
		public override Control CreateView(Control host)
		{
			return new DummyDraftView(m_cache, false, 0);
		}
	}