nahidjamalli

Lesson #3

Feb 27th, 2020
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.33 KB | None | 0 0
  1. namespace MyNamespace
  2. {
  3.     class MyProgram
  4.     {
  5.         static void Main(string[] args)
  6.         {
  7.  
  8.         }
  9.     }
  10. }
  11.  
  12. namespace MyNamespace
  13. {
  14.     class MyClass
  15.     {
  16.  
  17.     }
  18. }
  19.  
  20. // X.X.X
  21. namespace X
  22. {
  23.     namespace X
  24.     {
  25.         namespace X
  26.         {
  27.  
  28.         }
  29.     }
  30. }
  31.  
  32. // DLL - Dynamic Link Library
Add Comment
Please, Sign In to add comment