Exemplo n.º 1
0
        //------EDIT FEATURES CREATE EVENTS------//
        private void BtnCreateNewLabel_Click(object sender, EventArgs e)
        {
            Label lbl = new Label(textBoxNameLabel.Text);

            StaticAlbum.AddNewLabel(lbl);
            try
            {
                UpdateListBoxFeatures();
            }
            catch (NullReferenceException)
            {
            }
        }