Versión Copiada del tfs
This commit is contained in:
8
Sistema.vb
Normal file
8
Sistema.vb
Normal file
@@ -0,0 +1,8 @@
|
||||
Public Class Sistema
|
||||
Public Shared Sub EjecutaFichero(Fichero As String)
|
||||
Dim p As New Process
|
||||
p.StartInfo = New ProcessStartInfo(Fichero)
|
||||
p.StartInfo.UseShellExecute = True
|
||||
p.Start()
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user