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