public MyNSUrlConnectionDelegete (AppDelegate del, MTMBProgressHUD hud)
		{
			this.del = del;
			this.hud = hud;
		}
Example #2
0
 public MyNSUrlConnectionDelegete(AppDelegate del, MTMBProgressHUD hud)
 {
     this.del = del;
     this.hud = hud;
 }