Hello,
I want to know how I would go about using 'if' statements with C#
Ex:
if(table.equals("Admin")){
} else {
}
Any ideas?
I want to know how I would go about using 'if' statements with C#
Ex:
if(table.equals("Admin")){
} else {
}
Any ideas?