示例#1
0
        public Symbol(Component Component)
        {
            component = Component;
            component.Tag = this;

            layout = new SymbolLayout();
            component.LayoutSymbol(layout);
        }
示例#2
0
        public Symbol(Component Component)
        {
            component     = Component;
            component.Tag = this;

            layout = new SymbolLayout();
            component.LayoutSymbol(layout);
        }
 public override void LayoutSymbol(SymbolLayout Sym)
 {
     AssertImpl(); impl.LayoutSymbol(Sym);
 }