Пример #1
0
 public Analysis(Reader reader, MyForm form)
 {
     this._form   = form;
     this._reader = reader;
     msgPool      = new Dictionary <string, string>();
     DataPool     = new Dictionary <string, DataGridViewRow>();
     logIOPool    = new Dictionary <String, TextWriter>();
     objTmp       = new Dictionary <TextBox, StringBuilder>();
 }
Пример #2
0
 public Analysis(Reader reader, MyForm form)
 {
     this._form = form;
     this._reader = reader;
     msgPool =  new Dictionary<string, string>();
     DataPool = new Dictionary<string, DataGridViewRow>();
     logIOPool = new Dictionary<String, TextWriter>();
     objTmp = new Dictionary<TextBox, StringBuilder>();
 }