Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1. using system:
  2.  
  3. public class myClass()
  4. {
  5. private string a;
  6. private string b;
  7.  
  8. public myClass(strong a, strong b)
  9. {
  10. this.a = a;
  11. this.b = b;
  12. }
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement