Guest User

Untitled

a guest
Dec 15th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public class Window{
  2. protected var _view:DisplayObjectContainer;
  3. }
  4.  
  5. //...
  6.  
  7. public class HelloWindow extends Window{
  8. private var _btnOk:Button;
  9. }
Add Comment
Please, Sign In to add comment