Esempio n. 1
0
        public Controller(Admin form)
        {
            this.form = form;
            form.SetConnector(this);

            this.serverConnection  = new MainServerConnection();
            this.allConnectedNodes = new List <Node>();
            this.dbServer          = new DB_Server();
            this.mesh = new MeshView();


            this.Init();
        }