|
Audio Asylum Thread Printer Get a view of an entire thread on one page |
For Sale Ads |
71.225.95.54
In Reply to: RE: foo posted by foo on September 05, 2008 at 14:36:40
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");
}
Follow Ups:
FAQ |
Post a Message! |
Forgot Password? |
|
||||||||||||||
|
This post is made possible by the generous support of people like you and our sponsors: