Пример #1
0
        protected virtual ProcessSchema CreateComTypebyCommunicationEventsProcessSchema()
        {
            var schema = new ComTypebyCommunicationEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Пример #2
0
 public ComTypebyCommunicationEventsProcessSchema(ComTypebyCommunicationEventsProcessSchema source)
     : base(source)
 {
 }