Advertisement
migonne

Zadanie

Mar 8th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6.  
  7. namespace OKEJKI
  8. {
  9. class Zadanie
  10. {
  11. public int nr_zadania { get; set; }
  12.  
  13. Operacja op1 { get; set; }
  14. Operacja op2 { get; set; }
  15.  
  16. // public int
  17. public int nr_masz_op1 { get; set; }
  18. public int nr_masz_op2 { get; set; }
  19.  
  20.  
  21.  
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement