An open API service indexing awesome lists of open source software.

https://github.com/martijnvos/usecasehelper

Tool to create use cases and save them in image format
https://github.com/martijnvos/usecasehelper

c-sharp tool usecase windowsforms

Last synced: about 2 months ago
JSON representation

Tool to create use cases and save them in image format

Awesome Lists containing this project

README

          

# Use Case Helper
## Description
This application is useful for creating Use Case diagrams.
It provides you with tools to create actors, use cases (which also has automatic system creation) and lines.
It's also possible to edit use cases and remove lines afterwards, making sure you won't have to start over from scratch when making a mistake.

## Screenshots
**Addition of actor**
![Use Case Helper actor addition](images/use_case_actor.png)

**Addition of use case**
![Use Case Helper use case addition](images/use_case_system.png)

**Addition of line**
![Use Case Helper line addition](images/use_case_line.png)

## Running the application
Just download the source code and open the project in Visual Studio.
You should be able to run it with the 'Start' button.