Advertisement
kubasal

Untitled

Apr 23rd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class PanelWidnow {
  2.     openWidnow() {
  3.         // opening window
  4.     }
  5. }
  6.  
  7. class PostWindow extends PanelWindow {
  8.     openWindow() {
  9.         super.openWindow();
  10.         // seting content
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement