Beispiel #1
0
 void Profile_ProfileTick(object sender, EventArgs e)
 {
     if (_dataExporter != null)
     {
         _dataExporter.PollData();
     }
 }
Beispiel #2
0
 void Profile_ProfileTick(object sender, EventArgs e)
 {
     _dataExporter?.PollData();
 }