private void populateInsertions() { InsertionValueHelper insert = new InsertionValueHelper(InsertionValueHelper.InputType.BrowseFile, "Select a file you wish to run"); insertions.Add(insert); }
private void populateInsertions() { InsertionValueHelper insert = new InsertionValueHelper(InsertionValueHelper.InputType.TextBox, "Enter a command to run"); insertions.Add(insert); }