How to make automate generated class c#

Опубликовано: 06 Март 2026
на канале: IT Core Soft
25
0

Download from these link:
https://github.com/hamza3344/classmak...
My fiverr link: https://www.fiverr.com/hamzakhalid178
My Upwork Profile: https://www.upwork.com/freelancers/~0...

Whatsapp Number: +923338672398


if you have any problem comment below. please like, share and subscribe the channel. Contact me on [email protected] if you need any custom software, website and mobile Application.

code

if(txtclassname.Text.Length!=0 )
{
classmake = classmake + "public class " + txtclassname.Text + "{";
int i = 0;
string[] datatype=txtdatatype.Text.Split('\n');
foreach(string s in txtname.Text.Split('\n'))
{
classmake=classmake+"\n public " + datatype[i]+" "+s+"{set;get;}\n";
i++;
}
classmake = classmake + "}";
txtresult.Text = classmake;

}
else
{
MessageBox.Show("Enter class name");
}

#csharp #csharpdevelopers #csharpdotnet #csharpprogramming #csharptutorial #csharptutorial #classes #object #automated #automation