CreateCall() public method

public CreateCall ( String number ) : void
number String
return void
Ejemplo n.º 1
0
 public void DialString(Account account, String str)
 {
     account.CreateCall(str);
 }
Ejemplo n.º 2
0
		public void DialString(Account account, String str){
			account.CreateCall(str);
		}