Advertisement
jsbsan

interfaceCrearComando

Jan 19th, 2014
2,089
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GAMBAS 0.14 KB | None | 0 0
  1. ' Gambas class file
  2.  
  3. Public Sub crearComando(datos As String) As Comando
  4.  
  5. End
  6.  
  7. Public Sub guard(valor As String) As Boolean
  8.  
  9. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement