Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.70K
~434 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for tdhprestatyn

I have been creating a class that has those parameters and then passing the class to the RunWorkerCompleted. [CODE]internal class MyClass { public Customer[] oParam1; public Vat[] oParam2; public MyClass(Customer[] o1, Vat[] o2) { //Set variables here } }[/CODE] [CODE]e.Result = new MyClass(this.wsInvoice.getCustomers("user", "pw"), his.wsInvoice.getVatRates("user", "pw")); //Or these can be …

Member Avatar for orthimnas
0
434

The End.