home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 September
/
PCWorld_2003-09_cd.bin
/
Software
/
Vyzkuste
/
webmatrix
/
WebMatrix.msi
/
Data1.cab
/
_986386C92CD9427A990E93C30F78CB41
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-04-28
|
296 b
|
13 lines
<%@ WebService language="VB" class="%%ClassName%%" %>
Imports System
Imports System.Web.Services
Imports System.Xml.Serialization
Public Class %%ClassName%%
<WebMethod> Public Function Add(a As Integer, b As Integer) As Integer
Return a + b
End Function
End Class