All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xojo-client.App.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
#tag Class
Protected Class App
Inherits ConsoleApplication
	#tag Event
		Function Run(args() as String) As Integer
		  #Pragma Unused args
		  {{^supportsAsync}}Dim m As New Mock{{#apiInfo}}{{#apis}}
		  m.test{{classname}}("http://localhost:4010") 'original basePath: {{{basePath}}}{{/apis}}{{/apiInfo}}{{/supportsAsync}}
		End Function
	#tag EndEvent


	#tag ViewBehavior
	#tag EndViewBehavior
End Class
#tag EndClass




© 2015 - 2024 Weber Informatics LLC | Privacy Policy