BinaryFileInspectorGUI.BfsErrorHandler.HandleWarning C# (CSharp) 메소드

HandleWarning() 공개 메소드

public HandleWarning ( SourceError error ) : void
error BFSchema.SourceError
리턴 void
        public void HandleWarning(SourceError error)
        {
            list.Items.Add(new ListViewItem(error.Message));
        }