3
Answers

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

Paras Kharbanda

Paras Kharbanda

10y
1.5k
1
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)