ATMLCommonLibrary.forms.InstrumentForm.OnSaved C# (CSharp) 메소드

OnSaved() 보호된 메소드

protected OnSaved ( ) : void
리턴 void
        protected override void OnSaved()
        {
            base.OnSaved();
            InstrumentDescription instrumentDescription = instrumentControl.InstrumentDescription;
            if (instrumentDescription != null)
                UpdateAtmlViewContent(instrumentDescription);
        }