Пример #1
0
        public static TopicsForm GetInstance()
        {
            if (form == null)
            {
                form = new TopicsForm();
            }

            return(form);
        }
        private void collectionBtn_Click(object sender, EventArgs e)
        {
            TopicsForm form = TopicsForm.GetInstance();

            form.Show();
        }