Example #1
0
        public ChatClientForm()
        {
            InitializeComponent();
            PopulateListView();

            c = new Connect();
        }
Example #2
0
        public NewAccountForm(Connect c)
        {
            // Commento
            InitializeComponent();

            // Aggiorna lo stato del button Create
            UpdateCreateButtonState();

            this.c = c;
        }
Example #3
0
 public LoginForm(Connect c)
 {
     InitializeComponent();
     this.c = c;
 }