public void TestImportAction(ActionImport.DataType type, string filePath = null) { var action = new ActionImport(type) { FilePath = filePath }; DoAction(action.DoStartupAction); }
private void Import(ActionImport.DataType type) { DoAction(new ActionImport(type).DoStartupAction); }
public void TestImportAction(ActionImport.DataType type, string filePath = null) { var action = new ActionImport(type) {FilePath = filePath}; DoAction(action.DoStartupAction); }