Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
Monday, November 17, 2014
Call one constructor from another c#
C
>
Keywords
>
This
>
Call one constructor from another
public
Constructor1()
{
}
public
Constructor2(
string
writer)
:
this
()
{
}
Newer Post
Older Post
Home