private void populateInsertions()
        {
            InsertionValueHelper insert = new InsertionValueHelper(InsertionValueHelper.InputType.BrowseFile, "Select a file you wish to run");

            insertions.Add(insert);
        }
Esempio n. 2
0
        private void populateInsertions()
        {
            InsertionValueHelper insert = new InsertionValueHelper(InsertionValueHelper.InputType.TextBox, "Enter a command to run");

            insertions.Add(insert);
        }