Example:
namespace aa
{
public class myobject
{
public string Value1 = "";
}
}
WebServices.cs
[WebMethod]
public void Process(myobject obj)
{
.....
}
I find at Client Project,VS auto Create a proxy cs files. and auto Create a
new class myobject.
Can I auto add the namespace "aa" in proxy cs file?
Can I auto remove new created class in proxy cs file?
Chad Z. Hower aka Kudzu - 14 May 2005 07:24 GMT
"clyyy2002" <clyyy2002@yahoo.com.cn> wrote in news:eD0h$NCWFHA.2960
@TK2MSFTNGP15.phx.gbl:
> Can I auto add the namespace "aa" in proxy cs file?
> Can I auto remove new created class in proxy cs file?
Why do you want to modify what has been generated?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Blog: http://blogs.atozed.com/kudzu