コード例 #1
0
ファイル: BusEventPlace.cs プロジェクト: CoolWirya/BS
        public bool Delete()
        {
            BusEventPalceTable AT = new BusEventPalceTable();

            AT.SetValueProperty(this);
            return(AT.Delete());
        }