Пример #1
0
 void IFileSystemImage.LockInChangePoint()
 {
     if (_sysImage == null)
     {
         throw new NullReferenceException("_sysImage is not valid");
     }
     _sysImage.LockInChangePoint();
 }