コード例 #1
0
ファイル: PopupUserObject.cs プロジェクト: GianiWVL/VUYLSTEKE
 void IEditableObject.EndEdit()
 {
     try
     {
         if (inTxn)
         {
             _loadedpopup = this.Popup;
             _loadeduser  = this.User;
             inTxn        = false;
         }
     }
     catch (Exception exception1)
     {
         Exception innerException = exception1;
         throw new Exception(MethodBase.GetCurrentMethod().Name, innerException);
     }
 }
コード例 #2
0
ファイル: PopupUserObject.cs プロジェクト: GianiWVL/VUYLSTEKE
 void IEditableObject.EndEdit()
 {
     try
     {
         if (inTxn)
         {
             _loadedpopup = this.Popup;
             _loadeduser = this.User;
             inTxn = false;
         }
     }
     catch (Exception exception1)
     {
         Exception innerException = exception1;
         throw new Exception(MethodBase.GetCurrentMethod().Name, innerException);
     }
 }