protected override void validateFields()
        {
            base.validateFields();
            TSL31 tsl31 = (TSL31)EditedModel;

            if (tsl31 == null)
            {
                return;
            }
        }
        protected override void loadData()
        {
            base.loadData();
            TSL31 tsl31 = (TSL31)EditedModel;

            if (tsl31 == null)
            {
                return;
            }
        }
Exemple #3
0
        protected override void writeFields()
        {
            base.writeFields();
            TSL31 tsl31Umd = umd as TSL31;

            if (tsl31Umd == null)
            {
                return;
            }
            //youtubeStream.VideoId = videoIdTextBox.Text;
        }
Exemple #4
0
        protected override void validateFields()
        {
            base.validateFields();
            TSL31 tsl31Umd = umd as TSL31;

            if (tsl31Umd == null)
            {
                return;
            }
            // TODO: Validation
        }
Exemple #5
0
        protected override void loadData()
        {
            base.loadData();
            TSL31 tsl31Umd = umd as TSL31;

            if (tsl31Umd == null)
            {
                return;
            }
            //videoIdTextBox.Text = youtubeStream.VideoId;
        }