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

https://github.com/emrd/csharp-browser-example


https://github.com/emrd/csharp-browser-example

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple Browser App With C# And .NET Windows Forms

This is an example code to show making an browser on .NET Windows Forms template.

## Getting Started

To run or edit locally, run;

- Clone this repository
- Open project via Visual Studio or any code editor (Visual Studio recomended).
- To edit the design, open ``Form1.Designer.cs`` file.
- To edit the codes, open ``Form1.cs`` file.