示例#1
0
        public InstructorHomeControl(IControlParent controlParent, int id)
        {
            InitializeComponent();

            instructorStore = StoreFactory.BuildInstructorStore();
            instructor      = instructorStore.GetInstructorById(id);

            ShowInstructorBasicInfo();
        }