votes
Class instantiation query
I've asked a few in my office this with no luck, so over to you guys! Here are my classes: public class JobStep { public string Element { get; set; } public string Action { get; set; } public string ...
blah blah blah is here! blah blah » Close
I've asked a few in my office this with no luck, so over to you guys! Here are my classes: public class JobStep { public string Element { get; set; } public string Action { get; set; } public string ...
Here is my Code: [code]private void buffet1Button_Click(object sender, EventArgs e) { textBox1.Text = "1 Buffet $7.99\n"; }[/code] I simply want whe ...
Hi I have an apprenticeship that I am applying for. They are asking me to make a program. I can use any programming language I like but I thought I would keep it up to date with C#. I am also considering visual basic .net. Do you h ...
Hey everybody, I'm a total C# newb with a light (first year CS) background in Python. I wrote a console program in Python for doing marathon pace running calculations and I'm trying to figure out the syntax for this in C# using Visual ...
Got feedack? Found a bug? report it here.