CSharpMinifier.GUI.frmMain.ListBoxItem.ListBoxItem C# (CSharp) Method

ListBoxItem() public method

public ListBoxItem ( string key, string value ) : System
key string
value string
return System
            public ListBoxItem(string key, string value)
            {
                Key = key;
                Value = value;
            }
frmMain.ListBoxItem