ATMLCommonLibrary.forms.InstrumentForm.InstrumentForm C# (CSharp) Метод

InstrumentForm() публичный Метод

public InstrumentForm ( ) : System
Результат System
        public InstrumentForm()
        {
            InitializeComponent();
            InitViewButton(btnViewATML);
            ValidateSchema += InstrumentForm_ValidateSchema;
            UndoChanges += InstrumentForm_UndoChanges;
            Saved += delegate { ValidateToSchema(); UpdateAtmlViewContent( InstrumentDescription ); };
        }