SHARE
TWEET
Untitled
a guest
Jan 29th, 2018
49
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- abstract class Dekorator implements Window {
- protected Window _window; // dekorowane okno
- public Dekorator (Window window) { //konstruktor
- _window = window;
- }
- }
RAW Paste Data

