Examples of csharp(c#) with Source code
Examples of c sharp(c#) with SOURCE CODE
Sunday, 22 August 2010
source code to return a value
//source code to return a value
using System;
namespace MyCsNsp
{
public class CSTest
{
public string CSMethod()
{
return "Hello from CSharp";
}
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment