TestDocument.TestWindow.TestWindow C# (CSharp) Méthode

TestWindow() public méthode

public TestWindow ( string name ) : System
name string
Résultat System
        public TestWindow(string name)
            : base(name)
        {
        }