I'm new at C#. I am trying to get this indexer coto work, but I have obviously missed something.
This is using 2008 (3.5), so I used the get/set code defaults. Anyone have any ideas.
namespace
{
}
InitializeComponent();
hv[0].TS =
Var1.Text = hv[0].TS;
} } }
Thanks, Bill