public partial class Login : Form
{
public Login()
{
InitializeComponent();
}
}
How do I get started with UML Class diagram with the codes above? I don't understand UML Class Diagram
public partial class Login : Form
{
public Login()
{
InitializeComponent();
}
}
How do I get started with UML Class diagram with the codes above? I don't understand UML Class Diagram
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Samuel TohPosted Nov 4, 2021, 9:18 AM
Sachin SinghPosted Nov 4, 2021, 9:16 AM