private void RegCreation() { TimerProfile prof = this.GetProfile(); if (prof != null) { prof.RegCreation(); } }
public virtual void RegCreation() { TimerProfile prof = GetProfile(); if (prof != null) { prof.RegCreation(); } }
public virtual void RegCreation() { TimerProfile profile1 = this.GetProfile(); if (profile1 != null) { profile1.RegCreation(); } }