Exemple #1
0
 protected void SaveInfomation(information info)
 {
     Quote q = new Quote(info);
     q.SaveInformation();
     _callback(q);
 }