3
Answers

Executing a method only once in windows form app in c#

In my app (in c#) i want to execute a method only once in whole application such that if i start the application again then that method shouldn't execute or call again.
Can anyone help me in this problem? 

Answers (3)