NeinTom.frmChat.frmChat C# (CSharp) Method

frmChat() public method

public frmChat ( ) : System
return System
        public frmChat()
        {
            InitializeComponent ();

            pages = new Dictionary<string, TabPage> ();
            //TestControl ();//TODO: remove
        }