internal void Add (TdsError error)
		{
			list.Add (error);
		}
Beispiel #2
0
 internal void Add(TdsError error)
 {
     list.Add(error);
 }