Beispiel #1
0
 void HonorbuddyManager_OnStartupSequenceIsComplete(object sender, ProfileEventArgs e)
 {
     Profile.Log(" WoW and HB startup sequence complete");
     Profile.Status = "Running";
     if (!StartupSequenceIsComplete)
     {
         StartupSequenceIsComplete = true;
         if (OnStartupSequenceIsComplete != null)
             OnStartupSequenceIsComplete(this, new ProfileEventArgs(Profile));
     }
 }
 void HonorbuddyManager_OnStartupSequenceIsComplete(object sender, ProfileEventArgs e)
 {
     Profile.Log(" WoW and HB startup sequence complete");
     Profile.Status = "Running";
     if (!StartupSequenceIsComplete)
     {
         StartupSequenceIsComplete = true;
         if (OnStartupSequenceIsComplete != null)
         {
             OnStartupSequenceIsComplete(this, new ProfileEventArgs(Profile));
         }
     }
 }