ATMLCommonLibrary.forms.InstrumentForm.InstrumentForm C# (CSharp) Method

InstrumentForm() public method

public InstrumentForm ( ) : System
return System
        public InstrumentForm()
        {
            InitializeComponent();
            InitViewButton(btnViewATML);
            ValidateSchema += InstrumentForm_ValidateSchema;
            UndoChanges += InstrumentForm_UndoChanges;
            Saved += delegate { ValidateToSchema(); UpdateAtmlViewContent( InstrumentDescription ); };
        }