Skip to content

atifshahzad/IE322_GUI_Atif

Repository files navigation

IE322_GUI_Atif

Created by Dr. Atif

IE322

clone this repository to learn about the stuff covered about C# during IE322 class.

Following topics are covered.

  1. first item
  2. second item

CS code block

function add(num1, num2)
{

}
Click to see more!
## More awesome tips!

- item 1 
- item 2

Class Diagram

classDiagram
 class Animal {
     +name: string
     +age: int
     +makeSound(): void
 }

 class Dog {
     +breed: string
     +bark(): void
 }

 class Cat {
     +color: string
     +meow(): void
 }

 Animal <|-- Dog
 Animal <|-- Cat

Sequence Diagram

sequenceDiagram
    actor Alice
    actor Bob
    Alice->>Bob: Hi Bob
    Bob->>Alice: Hi Alice

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages