コード例 #1
0
        private void populateInsertions()
        {
            InsertionValueHelper insert = new InsertionValueHelper(InsertionValueHelper.InputType.BrowseFile, "Select a file you wish to run");

            insertions.Add(insert);
        }
コード例 #2
0
        private void populateInsertions()
        {
            InsertionValueHelper insert = new InsertionValueHelper(InsertionValueHelper.InputType.TextBox, "Enter a command to run");

            insertions.Add(insert);
        }