TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
César Goulart
NA
46
2.7k
C# learning classes
Jan 3 2020 12:39 PM
Hi
i m learning classes
and every tuturial i read the code is like this
class:
namespace
WindowsFormsApp8
{
class
Triangulo
{
public
int
A;
public
int
C;
public
int
D;
}
}
program:
static
void
Main()
{
Triangulo X, Y;
X =
new
Triangulo();
Y =
new
Triangulo();
Y.A = 5;
Console.Write( Y.A);
}
how can i put this in text fields or labels? thanks
Reply
Answers (
3
)
Web Api in asp.net
deserializing JSON