Ejemplo n.º 1
0
        protected virtual void OnCompleted(TakeSnapshotCommandCompletedEventArgs e)
        {
            EventHandler <TakeSnapshotCommandCompletedEventArgs> handler = Completed;

            if (handler != null)
            {
                handler(_VM, e);
            }
        }
Ejemplo n.º 2
0
        protected virtual void OnCompleted(TakeSnapshotCommandCompletedEventArgs e)
        {
            EventHandler<TakeSnapshotCommandCompletedEventArgs> handler = Completed;

            if (handler != null)
            {
                handler(_VM, e);
            }
        }