How to make a namespace in C# with some functions and use it

Oct 29 2017 8:30 AM
Hello,
i'am new in C#, i have some tasks that i do in my applications,
how can i create a namesapce with some functions (tasks) and call those functions by decalring the namesapce in using clauses?
 
ex: a namespace with MessageBox . 

Answers (2)