Exemplo n.º 1
0
        private void tsbtnFontAdd_Click(object sender, EventArgs e)
        {
            FontItemForm frm = new FontItemForm();

            frm.ShowDialog(this);
            frm.Dispose();
        }
Exemplo n.º 2
0
        private void tsbtnFontAdd_Click(object sender, EventArgs e)
        {
            FontItemForm frm = new FontItemForm();

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