Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class Shop:ICloneable
  2. {
  3.     //pozostałe metody klasy Shop
  4.     public Object Clone()
  5.     {
  6.         return MemberwiseClone();
  7.     }
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement