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