I have years of professional experience with C#, but I'm a n00b for FMB. I'm not quite sure how to even load/execute a C# module with the IL-2 engine/FMB!
Anyway... You got me wondering... If I set up some front markers for red and blue, is there a C# event/delegate I can subscribe to when aircraft cross the front? Something like:
void onFrontCrossed(params Plane[] planes) {
// ...blah blah blah ...
}
???
Where can I find documentation on this stuff? Is there any?

If I had some comprehensive documentation I suspect I could get quite good with FMB fast, and be able to develop some interesting missions and content.
P.S. -- I also have VS Pro, and would much prefer using my own IDE. Is there any way to do it properly?