Exemplo n.º 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.controlBase = ((DataModifier.EditableList)(target));
                return;

            case 2:
                this.phonicChangesList = ((System.Windows.Controls.ListView)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 2
0
 public ListItem(int index, EditableList @this)
 {
     this.index   = index;
     editableList = @this;
     Trace.WriteLine("Create");
 }