SIPSorcery.CreateAccountControl.CreateAccountControl C# (CSharp) Method

CreateAccountControl() public method

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

            m_newCustomerDataForm.CurrentItem = CreateNewCustomer();
        }