ATMLCommonLibrary.forms.CheckedListForm.CheckedListForm C# (CSharp) Method

CheckedListForm() public method

public CheckedListForm ( String propertyName ) : System
propertyName String
return System
        public CheckedListForm(String propertyName)
        {
            this.propertyName = propertyName;
            InitializeComponent();
        }

Same methods

CheckedListForm::CheckedListForm ( ) : System