Before I start to explain my problem I would like to say I tried googling about this topic but nothing good was found (maybe I just don't know what exactly to search).
Boo is .NET programming language with syntax of Python. I coded IDE Editor for Boo using C# and WinForms. I can load the file save it, etc. I also asociated .boo files with my editor. When I open the .boo file, my application is ran, but nothing is there.... I tried to use application args to obtain the filename, but I still can't make it working...
