예제 #1
0
 public override void OnReceive(Context context, Intent intent)
 {
     if (intent.Action == Message.Prefs)
     {
         UpdatePrefs?.Invoke(this, new EventArgs());
     }
     else if (intent.Action == Message.Req)
     {
         InfoRequest?.Invoke(this, new EventArgs());
     }
 }
예제 #2
0
 private void ReactionDiffustionUpdater_CurrentPrefsChanged(int currentIndex, UpdatePrefs prefs)
 {
     UpdateValues();
 }