public void OnRequestReaderInput(ReaderInputOptions p0) { throw new NotImplementedException(); }
public void OnRequestReaderInput(ReaderInputOptions p0) { System.Diagnostics.Debug.WriteLine("OnRequestReaderInput = " + p0.ToString()); ReaderNotifyHandler(p0.ToString()); }