예제 #1
0
 public void SetStationPIN(string newPIN)
 {
     if (newPIN.Length == 4)
     {
         m_Frames_02.WriteDevicePIN(newPIN);
         m_Frames_02.ReadDevicePIN();
     }
 }