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;
        }
Beispiel #2
0
 public ListItem(int index, EditableList @this)
 {
     this.index   = index;
     editableList = @this;
     Trace.WriteLine("Create");
 }