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

BfsErrorHandler() 공개 메소드

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