Exemplo n.º 1
0
 public DialogWait(RdlViewer viewer, CheckStopWaitDialog checkStopFunction)
 {
     InitializeComponent();
     _checkStopFunction = checkStopFunction;
     _viewer = viewer;
     Started = DateTime.Now;
     timer1.Interval = 1000;
     timer1_Tick(null,null);
     timer1.Start();
 }
Exemplo n.º 2
0
 public DialogWait(RdlViewer viewer, CheckStopWaitDialog checkStopFunction)
 {
     InitializeComponent();
     _checkStopFunction = checkStopFunction;
     _viewer            = viewer;
     Started            = DateTime.Now;
     timer1.Interval    = 1000;
     timer1_Tick(null, null);
     timer1.Start();
 }