Interaction logic for McrNews.xaml More...
Public Member Functions | |
String | GetLatestInformation () |
McrNews () | |
Private Member Functions | |
void | _timer_Elapsed (object sender, System.Timers.ElapsedEventArgs e) |
void | _worker_DoWork (object sender, DoWorkEventArgs e) |
void | UserControl_Loaded (object sender, RoutedEventArgs e) |
Private Attributes | |
System.Timers.Timer | _timer |
int | _updateRateSecs = 30 |
String | _url = "http://dataweb.isis.rl.ac.uk/mcr/mcrnews.txt" |
BackgroundWorker | _worker = new BackgroundWorker() |
Interaction logic for McrNews.xaml
Definition at line 13 of file McrNews.xaml.cs.
|
inline |
Definition at line 20 of file McrNews.xaml.cs.
|
inlineprivate |
Definition at line 36 of file McrNews.xaml.cs.
References SeciControls.McrNews._worker.
Referenced by SeciControls.McrNews.UserControl_Loaded().
|
inlineprivate |
Definition at line 44 of file McrNews.xaml.cs.
References SeciControls.McrNews.GetLatestInformation().
Referenced by SeciControls.McrNews.UserControl_Loaded().
|
inline |
Definition at line 60 of file McrNews.xaml.cs.
References SeciControls.McrNews._url.
Referenced by SeciControls.McrNews._worker_DoWork().
|
inlineprivate |
Definition at line 25 of file McrNews.xaml.cs.
References SeciControls.McrNews._timer, SeciControls.McrNews._timer_Elapsed(), SeciControls.McrNews._updateRateSecs, and SeciControls.McrNews._worker_DoWork().
|
private |
Definition at line 17 of file McrNews.xaml.cs.
Referenced by SeciControls.McrNews.UserControl_Loaded().
|
private |
Definition at line 18 of file McrNews.xaml.cs.
Referenced by SeciControls.McrNews.UserControl_Loaded().
|
private |
Definition at line 15 of file McrNews.xaml.cs.
Referenced by SeciControls.McrNews.GetLatestInformation().
|
private |
Definition at line 16 of file McrNews.xaml.cs.
Referenced by SeciControls.McrNews._timer_Elapsed().