Example #1
0
        public void Test()
        {
            var ctx = new context();

            ctx.load_master_stylesheet(Resources.master_css);
        }
Example #2
0
        public void Test()
        {
            var html_context = new context();

            html_context.load_master_stylesheet(Resources.master_css);
        }