예제 #1
0
파일: DataReader.cs 프로젝트: jakedw7/iAM
 public char GetChar(int i)
 {
     if (SDR != null)
     {
         return(SDR.GetChar(i));
     }
     else
     {
         return(ODR.GetChar(i));
     }
 }