ATMLCommonLibrary.controls.equipment.TestStationControl.identificationControl_Error C# (CSharp) 메소드

identificationControl_Error() 개인적인 메소드

private identificationControl_Error ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void
        private void identificationControl_Error(object sender, EventArgs e)
        {
            ValidationEventArgs args = e as ValidationEventArgs;
            if (args != null)
            {
                Console.WriteLine( args.Message );
            }
        }