Exemplo n.º 1
0
        private void RegCreation()
        {
            TimerProfile prof = this.GetProfile();

            if (prof != null)
            {
                prof.RegCreation();
            }
        }
Exemplo n.º 2
0
        public virtual void RegCreation()
        {
            TimerProfile prof = GetProfile();

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

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