示例#1
0
 internal override void OnCurrentChanged(ICollectionView collectionView, EventArgs args)
 {
     if (XmlWorker != null)
     {
         XmlWorker.OnCurrentChanged(collectionView, args);
     }
     PW.OnCurrentChanged(collectionView);
 }