Example #1
0
 void m_SAPApplication_ProgressBarEvent(ref SAPbouiCOM.ProgressBarEvent pVal, out bool BubbleEvent)
 {
     //throw new NotImplementedException();
     BubbleEvent = true;
 }
Example #2
0
 private static void SBO_Application_ProgressBarEvent(ref SAPbouiCOM.ProgressBarEvent pVal, out bool bBubbleEvent)
 {
     bBubbleEvent = true;
 }