Exemplo n.º 1
0
        private static void MergeInfoOnCollectionChanged(object sender,
                                                         NotifyCollectionChangedEventArgs e)
        {
            MergeData md = e.NewItems[0] as MergeData;

            MainWinTestWpf2.AppendMsgLine("Collection Changed| " + md.MergeName);
        }
Exemplo n.º 2
0
 public Modify(MainWinTestWpf2 win, IProgress <double> progressDouble,
               IProgress <string> progressString)
 {
     this.win            = win;
     this.progressDouble = progressDouble;
     this.progressString = progressString;
 }