RegisterUncompletedSubordinate() protected method

protected RegisterUncompletedSubordinate ( ) : void
return void
Beispiel #1
0
            public Subordinate(DataContext master)
            {
                if (master == null)
                {
                    throw new ArgumentNullException("master");
                }

                this.master = master;
                master.RegisterUncompletedSubordinate();
            }