Esempio n. 1
0
 public formMain()
 {
     InitializeComponent();
     bllObj  = new T_PingObjBLL();
     thList  = new List <Thread>();
     bllExce = new T_ExceptionBLL();
     bllLog  = new T_LogBLL();
 }
Esempio n. 2
0
 public formException()
 {
     InitializeComponent();
     bll   = new T_ExceptionBLL();
     model = bll.Get();
 }