示例#1
0
        private void tsbtnClipartGalleryShow_Click(object sender, EventArgs e)
        {
            TemplateClipartGalleryForm frm = new TemplateClipartGalleryForm();

            frm.ShowDialog(this);
            frm.Dispose();
        }
示例#2
0
        private void tsbtnClipartGalleryShow_Click(object sender, EventArgs e)
        {
            TemplateClipartGalleryForm frm = new TemplateClipartGalleryForm();

            frm.ShowDialog(this);
            frm.Dispose();
        }