New with Flynet Viewer Version 2, this option displays the Generate c# Screen Interface Class File Form which provides options to control the generation of a c# class file. The purpose of the c# file is to provide a .NET class that can be used to read and write screens and integrates well with .NET Integrated Development Environments such as Visual Studio .NET.
The generated c# file provides structure definitions that match the screen maps found in your definitions file, as well as static methods that enable you to read and write screen maps in a very efficient manner.
Using some basic c# design approaches, the generated file still uses the runtime screen definitions but "pre-binds" the names of fields with their defined locations in the definitions file...thus, the class file does not need to be regenerated simply because a field location moved on a screen.
See the Generated c# File Description section for more information on the generated file