I wrote 150 lines of c# which compiled, ran and worked as expected first time.





public void function(String Input, String FileName)
{
DotNetFunctionThatDoesWhatYouNeed(Input);
Save(FileName);
}



Comment