BinaryFileSchemaGUI.ListBoxErrorHandler.ListBoxErrorHandler C# (CSharp) Method

ListBoxErrorHandler() public method

public ListBoxErrorHandler ( ListBox listbox ) : System
listbox System.Windows.Forms.ListBox
return System
        public ListBoxErrorHandler(ListBox listbox)
        {
            box = listbox;
        }