Exemplo n.º 1
0
        //********** CONSTRUCTEUR **********//

        public ConnectionForm(initForm init)
        {
            InitializeComponent();

            this.form = init;

            updateConnectionList();
        }
Exemplo n.º 2
0
        public MainForm(SR2DClassBound cB, initForm iF)
        {
            InitializeComponent();

            this.cB = cB;

            this.database         = cB.db;
            this.networkControler = cB.networkControler;

            database.Ds.DatasetUpdatedEvent += new SR2DDataset.EventHandler(update);

            updateHUD();

            this.iF = iF;
        }
Exemplo n.º 3
0
        public serverConnectionError(initForm iF)
        {
            InitializeComponent();

            this.iF = iF;
        }