Exemplo n.º 1
0
 /// <summary>
 /// Disposes of the BackgroundCopyFileSet object.
 /// </summary>
 public void Dispose()
 {
     m_ijob = null;
 }
Exemplo n.º 2
0
 internal BackgroundCopyFileSet(Interop.IBackgroundCopyJob ijob)
 {
     m_ijob = ijob;
 }