goblinfactory / konsole

Home of the simple console library consisting of ProgressBar, Window, Form, Draw & MockConsole (C# console progress bar with support for single or multithreaded progress updates) Window is a 100%-ish console compatible window, supporting all normal console writing to a windowed section of the screen, supporting scrolling and clipping of console output.
718 stars 62 forks source link

Is the ProgressBar constructor overload done correctly? #60

Closed Maxzor closed 4 years ago

Maxzor commented 4 years ago

.Net Framework 4.8 here Cannot instantiate as : public ProgressBar(IConsole console, PbStyle style, int max, int textWidth);

Maxzor commented 4 years ago

Nvm, explicit casts!