예제 #1
0
 void IFileSystemImage.RollbackToChangePoint(int ChangePoint)
 {
     if (_sysImage == null)
     {
         throw new NullReferenceException("_sysImage is not valid");
     }
     _sysImage.RollbackToChangePoint(ChangePoint);
 }