When you know it's time to go to bed...
-
It is 0448hrs and I have just written the following...
public class LifePanel { public LifePanel(string UserID , string CssClass) :this(UserID , CssClass , false)//don't force image { //do nothing - use other c'tor } public LifePanel(string UserID, string CssClass, bool forceImage) :this(UserID, CssClass) { //do stuff } }
G'nite.... :zzz:so you answer don't be scared of failure The only failure is never to try Things You've Never Done - Passenger -2008
-
It is 0448hrs and I have just written the following...
public class LifePanel { public LifePanel(string UserID , string CssClass) :this(UserID , CssClass , false)//don't force image { //do nothing - use other c'tor } public LifePanel(string UserID, string CssClass, bool forceImage) :this(UserID, CssClass) { //do stuff } }
G'nite.... :zzz:so you answer don't be scared of failure The only failure is never to try Things You've Never Done - Passenger -2008
This should really be in the Coding horrors forum. Go on - you know you want to. ;)
Deja View - the feeling that you've seen this post before.