Guest User

Untitled

a guest
Nov 21st, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public Config(Chart chart,Term[] terms)
  2. {
  3. InitializeComponent();
  4.  
  5. //это не работает
  6. this.chart1 = chart;
  7.  
  8. this.TermNameComboBox.Items.AddRange(terms.Select(t => t.LinguisticVariableName).ToArray());
  9.  
  10. }
Add Comment
Please, Sign In to add comment