Esempio n. 1
0
        public void deletepp(int index)
        {
            addy2 t = new addy2();

            t.deletpp(index);
            // throw new NotImplementedException();
        }
Esempio n. 2
0
        public void updateItem(int ind, string bus, string cap)
        {
            addy2 y = new addy2();

            y.update(ind, bus, cap);
        }