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

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