J
John A. Bailo
I got interrupted while changing a c# app, and left this statement in:
if(clearSource)
this.
Where clearSource is a bool. There was nothing after this, just a
period -- I had meant to add a method, but I didn't.
The program compiled and ran(!)
if(clearSource)
this.
Where clearSource is a bool. There was nothing after this, just a
period -- I had meant to add a method, but I didn't.
The program compiled and ran(!)