Guest User

Untitled

a guest
Jun 19th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. package com.nativepro.model
  2. {
  3. import flash.desktop.NativeProcess;
  4.  
  5. public class FtpProcess
  6. {
  7. protected var _process:NativeProcess;
  8.  
  9. public function FtpProcess()
  10. {
  11. }
  12.  
  13. public function init():void
  14. {
  15. trace("init");
  16. }
  17. }
  18. }
Add Comment
Please, Sign In to add comment