Example #1
0
        private void editCss()
        {
            frmCss fcss = new frmCss(_defcss, this);

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