Changes between Version 18 and Version 19 of WikiStart
- Timestamp:
- 11/10/14 11:53:04 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v18 v19 86 86 override protected void OnInit(EventArgs e) 87 87 { 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 90 92 } 91 93 }