Пример #1
0
 /// <summary>
 /// Called when the user changes the EnvR dropdown index. We'll need to update all of the Values to point to
 /// the new EnvR element.
 /// </summary>
 private void EnvRDropdown_SelectedIndexChanged(object sender, EventArgs e)
 {
     _envrChunk = (EnvRChunk)_data.GetChunksOfType(DZSChunkTypes.EnvR)[EnvRDropdown.SelectedIndex];
     UpdateEnvrGroupBox();
 }
 /// <summary>
 /// Called when the user changes the EnvR dropdown index. We'll need to update all of the Values to point to
 /// the new EnvR element.
 /// </summary>
 private void EnvRDropdown_SelectedIndexChanged(object sender, EventArgs e)
 {
     _envrChunk = (EnvRChunk) _data.GetChunksOfType(DZSChunkTypes.EnvR)[EnvRDropdown.SelectedIndex];
     UpdateEnvrGroupBox();
 }