Exemplo n.º 1
0
        private void editCss()
        {
            frmCss fcss = new frmCss(_defcss, this);

            fcss.ShowDialog();
        }
Exemplo n.º 2
0
 private void editCss()
 {
     var fcss = new frmCss(_defcss, this);
     fcss.ShowDialog();
 }