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