Exemplo n.º 1
0
        public DataSet delete_train(int i) //delete an existing train
        {
            TrainCAD c  = new TrainCAD();
            DataSet  ds = c.deleteTrain(this, i);

            return(ds);
        }
Exemplo n.º 2
0
        public void delete_Train()
        {
            TrainCAD c = new TrainCAD();

            c.deleteTrain(this);
        }