![]() ![]() |
Audio Asylum Thread Printer Get a view of an entire thread on one page |
For Sale Ads |
75.216.149.211
.
Follow Ups:
.
"I looked the man in the eye. I found him to be very straightforward and trustworthy….I was able to get a sense of his soul." -- George W. Bush on Vladimir Putin
public void Foo( byte i, byte j, string k)
{
//Main body
}
public void Foo( byte i, byte j) {
Foo(i, j, "");
}
public void Foo( byte i) {
Foo(i, 2, "");
}
private void Command1_Click(Object eventSender, EventArgs eventArgs)
{
Foo(1);
Foo(1, 5);
Foo(1, 5, "Hello");
Foo(1, 2, "Hello");
}
d
:)
Foo you?
FAQ |
Post a Message! |
Forgot Password? |
|
||||||||||||||
|
This post is made possible by the generous support of people like you and our sponsors: