public MainActivity() { try { clsGLB = new clsGlobal(); oNetwork = new clsNetwork(); } catch (Exception ex) { Toast.MakeText(this, ex.Message, ToastLength.Long).Show(); } }