ReportEngine.Dialogs.OpenSource.cs 285 B

123456789101112131415161718
  1. using FastReport.Dialog;
  2. using System.Windows.Forms;
  3. namespace FastReport.Engine
  4. {
  5. public partial class ReportEngine
  6. {
  7. #region Private Methods
  8. private bool RunDialogs()
  9. {
  10. return true;
  11. }
  12. #endregion Private Methods
  13. }
  14. }