Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hello! Thank you for latest fast answers.
Now i have method:

VB
Public Sub Esegui(ByVal Filtri As DataContract.Filtri) Implements ICTLFiltri.Esegui
mRapporti = New Client.Rapporti(mOperatoreApp.Intermediario)
            mRapporti.Paginazione.MaxTotEle = 5000
            mRapporti.Cerca(Filtri)
..

End sub

I want to call this method after button click, what ARGUMENTS i must transfet to Esegui?
Posted

1 solution

Obviously, an instance of DataContext.Filtri. Beyond that, it's impossible to say since we know nothing about the DataContext.Filtri type.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900