BinaryFileInspectorGUI.BfsErrorHandler.BfsErrorHandler C# (CSharp) Method

BfsErrorHandler() public method

public BfsErrorHandler ( ListView listview ) : System
listview System.Windows.Forms.ListView
return System
        public BfsErrorHandler(ListView listview)
        {
            list = listview;
        }