public void BerekenTafelTegels()
{
if (Program.Tafel2.Count == 0)
{
}
else if (Program.Tafel2.Count > 0)
{
int index = 0;
foreach (List<Tegel> tafelTegels in Program.Tafel2)
{
if (tafelTegels.Count > 0)
{...
This is for class, and I do not expect the answer, just pointed in the right direction. The code I have written is correct according to the current point in the class, but I just can not get an exception thrown into the lblResponse.txt when zero's have been entered. If a zero has been entered...
Hi.
I have a code which should allow for images to open in the form in c# but buttons 3 and 5 aren't working for some reason and I can't find the problem. The code executes ok, but when I press the buttons I get no response. The other 3 buttons, load image / load image / button 4, are all...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.