コード例 #1
0
 private void Remove()
 {
     if (Index >= 0)
     {
         ClassFaculty.RemoveAt(Index);
     }
 }
コード例 #2
0
 private void Remove()
 {
     if (Index >= 0)
     {
         if (RequestToDataBase.Instance.requestDeleteFromFaculty(ClassFaculty, Index))
         {
             ClassFaculty.RemoveAt(Index);
         }
     }
 }