Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. var app= new Application("asdf");
  2. app.btn = new app.Controls.Button(1);
  3. app.Controls.Add(app.btn);
  4. app.init();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement