예제 #1
0
파일: Oyster.cs 프로젝트: CarverLab/Oyster
 public void UpdateNextSectionTypePointer(int SectionTypeId, int NextSectionTypeId)
 {
     OysterClassLibrary.Functions F = new Functions();
     F.UpdateSectionTypeNextPointer(SectionTypeId,NextSectionTypeId);
     F.Dispose();
 }