示例#1
0
        public void VerifyProcessGeneratedCode(ControlBuilder builder)
        {
            CodeCompileUnit ccu = new CodeCompileUnit();

            ccu.Namespaces.Add(new CodeNamespace());
            builder.ProcessGeneratedCode(ccu, null, null, null, null);
            VerifyDefaultNameSpaces(ccu);
        }