I have delcared variables in a class, which are parameters to method.
when i call the method in Main method i need to pass parameters.please help me to know how to pass it while calling my method in Main method, without declaring it in Main method. Refere the code file attched.
Thanks.