コード例 #1
0
 protected int GetModelCount()
 {
     if (handSets == null)
     {
         InitializeDataStruct();
     }
     return(handSets.GetHandSetCount());
 }