Advertisement
migonne

Operacja

Mar 8th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 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 Operacja
  10. {
  11. public int nr_zadania { get; set; }
  12.  
  13. public int nr_op { get; set; } //1 albo 2
  14.  
  15. public int czas__trwania_op { get; set; } //czas trwania operacji
  16. public int czas_gotowosci { get; set; }
  17. bool przerwa { get; set; }
  18.  
  19.  
  20.  
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement