Acrolinx.Sdk.Sidebar.Util.Configuration.Options.Validation_SidebarSourceNotReachable C# (CSharp) 메소드

Validation_SidebarSourceNotReachable() 개인적인 메소드

private Validation_SidebarSourceNotReachable ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void
        private void Validation_SidebarSourceNotReachable(object sender, EventArgs e)
        {
            status = ValidationStatus.Failure;
            validateOptionsAndAdjustControlStates();
            textServerAddress.Focus();
        }