예제 #1
0
파일: Driver.cs 프로젝트: CoolWirya/BS
        public bool Delete()
        {
            JDriverLogTable AT = new JDriverLogTable();

            AT.SetValueProperty(this);
            return(AT.Delete());
        }
예제 #2
0
파일: Driver.cs 프로젝트: CoolWirya/BS
        public int Insert()
        {
            JDriverLogTable AT = new JDriverLogTable();

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