Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. namespace ClassLibrary1
  2. {
  3. public class Class1 : fit.ColumnFixture
  4. {
  5. public int a;
  6. public int b;
  7. public int Costam()
  8. {
  9. return a + b;
  10. }
  11.  
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement