SIL.FieldWorks.Common.RootSites.CollectorEnv.AddWindow C# (CSharp) 메소드

AddWindow() 공개 메소드

Probably unused, but we'll put something in because a window is probably 'something' and therefore interesting to the TestCollectorEnv.
public AddWindow ( IVwEmbeddedWindow _ew, int dmpAscent, bool fJustifyRight, bool fAutoShow ) : void
_ew IVwEmbeddedWindow
dmpAscent int
fJustifyRight bool
fAutoShow bool
리턴 void
		public virtual void AddWindow(IVwEmbeddedWindow _ew, int dmpAscent, bool fJustifyRight,
			bool fAutoShow)
		{
			AddResultString("A window");
		}