Ext.Net.Window.Window C# (CSharp) Method

Window() public method

public Window ( Config config ) : System
config Config
return System
        public Window(Config config)
        {
            this.Apply(config);
        }

Same methods

Window::Window ( ) : System.ComponentModel
Window::Window ( string title ) : System.ComponentModel
Window::Window ( string title, Icon icon ) : System.ComponentModel
Window::Window ( string title, Icon icon, string html ) : System.ComponentModel