Changes between Version 18 and Version 19 of WikiStart

Show
Ignore:
Timestamp:
11/10/14 11:53:04 (10 years ago)
Author:
smagi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v18 v19  
    8686  override protected void OnInit(EventArgs e) 
    8787  { 
    88     if (this.TryParse0(out arg0)); //do something with arg0 
    89     if (this.TryParse1(out arg1)); //do something with arg1 
     88    if (this.TryParse0(out arg0)) 
     89        ; //do something with arg0 
     90    if (this.TryParse1(out arg1)) 
     91        ; //do something with arg1 
    9092  } 
    9193}