Example #1
0
        private void RegCreation()
        {
            TimerProfile prof = this.GetProfile();

            if (prof != null)
            {
                prof.RegCreation();
            }
        }
Example #2
0
        public virtual void RegCreation()
        {
            TimerProfile prof = GetProfile();

            if (prof != null)
            {
                prof.RegCreation();
            }
        }
Example #3
0
        public virtual void RegCreation()
        {
            TimerProfile profile1 = this.GetProfile();

            if (profile1 != null)
            {
                profile1.RegCreation();
            }
        }