Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class CalculatorDivideFunctionWrong
  2. {
  3.  
  4. internal void GetResultByDivide(int p1, int p2)
  5. {
  6. throw new NotImplementedException();
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement