TestDocument.TestWindow.TestWindow C# (CSharp) Method

TestWindow() public method

public TestWindow ( string name ) : System
name string
return System
        public TestWindow(string name)
            : base(name)
        {
        }