예제 #1
0
 public NoteReader(string text, IUnderstandNoteFormat formatRecognizer)
     : this(formatRecognizer)
 {
     this.Text = text;
 }
예제 #2
0
 public NoteReader(IUnderstandNoteFormat formatRecognizer)
 {
     this.Delimiter        = ',';
     this.FormatRecognizer = formatRecognizer;
 }