Beispiel #1
0
        public bool Delete()
        {
            DriveTable AT = new DriveTable();

            AT.SetValueProperty(this);
            return(AT.Delete());
        }
Beispiel #2
0
        public int Insert()
        {
            DriveTable AT = new DriveTable();

            AT.SetValueProperty(this);
            Code = AT.Insert();
            return(Code);
        }