Exemple #1
0
        public DataSet update_train(int i) //update an existing train
        {
            TrainCAD c  = new TrainCAD();
            DataSet  ds = c.updateTrain(this, i);

            return(ds);
        }
Exemple #2
0
        public void update_Train()
        {
            TrainCAD c = new TrainCAD();

            c.updateTrain(this);
        }