SIL.FieldWorks.TE.DummyDraftViewProxy.DummyDraftViewProxy C# (CSharp) Méthode

DummyDraftViewProxy() public méthode

Initializes a new instance of the DummyDraftViewProxy class.
public DummyDraftViewProxy ( SIL.FieldWorks.FDO.FdoCache cache ) : System
cache SIL.FieldWorks.FDO.FdoCache The cache.
Résultat System
		public DummyDraftViewProxy(FdoCache cache)
			: base("KeyTermsDraftView", true)
		{
			m_cache = cache;
		}