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

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

Initializes a new instance of the DummyDraftViewProxy class.
public DummyDraftViewProxy ( SIL.FieldWorks.FDO.FdoCache cache ) : System
cache SIL.FieldWorks.FDO.FdoCache The cache.
Результат System
		public DummyDraftViewProxy(FdoCache cache)
			: base("KeyTermsDraftView", true)
		{
			m_cache = cache;
		}