Example #1
0
        public void SetupSqlServerSql()
        {
            SyntaxBoxConfigurator syntaxBoxConfigurator = new SyntaxBoxConfigurator(syntaxBoxControl1);

            syntaxBoxConfigurator.SetupSqlServer2KSql();
        }
Example #2
0
        public void SetupXml()
        {
            SyntaxBoxConfigurator syntaxBoxConfigurator = new SyntaxBoxConfigurator(syntaxBoxControl1);

            syntaxBoxConfigurator.SetupXml();
        }