コード例 #1
0
ファイル: FileSizeTestCase.cs プロジェクト: pondyond/db4o
 public void Run()
 {
     try
     {
         _enclosing.Reopen();
     }
     catch (Exception e)
     {
         Runtime.PrintStackTrace(e);
     }
 }
コード例 #2
0
ファイル: FileSizeTestCase.cs プロジェクト: pondyond/db4o
 public void Run()
 {
     _enclosing.Store(((Item)_enclosing.RetrieveOnlyInstance
                           (typeof(Item))));
     _enclosing.Db().Commit();
     try
     {
         _enclosing.Reopen();
     }
     catch (Exception e)
     {
         Runtime.PrintStackTrace(e);
     }
 }