예제 #1
0
 public void OnRequestReaderInput(ReaderInputOptions p0)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void OnRequestReaderInput(ReaderInputOptions p0)
 {
     System.Diagnostics.Debug.WriteLine("OnRequestReaderInput = " + p0.ToString());
     ReaderNotifyHandler(p0.ToString());
 }