SIL.FieldWorks.Common.RootSites.CollectorEnv.AddWindow C# (CSharp) Method

AddWindow() public method

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
return void
		public virtual void AddWindow(IVwEmbeddedWindow _ew, int dmpAscent, bool fJustifyRight,
			bool fAutoShow)
		{
			AddResultString("A window");
		}