コード例 #1
0
ファイル: Oyster.cs プロジェクト: CarverLab/Oyster
 public void UpdateNextSectionTypePointer(int SectionTypeId, int NextSectionTypeId)
 {
     OysterClassLibrary.Functions F = new Functions();
     F.UpdateSectionTypeNextPointer(SectionTypeId,NextSectionTypeId);
     F.Dispose();
 }