blah blah blah is here! blah blah » Close

1
votes
1 answers

How do I get a label to display a variables contents?

I am busy making a Kill/Death ratio calculator, and ran into a little snag. My code is as follows: [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using Sys ...

Feedback