using System; using Agilent.MassSpectrometry.DataAnalysis.Quantitative; namespace ScriptTest { internal class Batch_Script { } public class ScriptableBatch : IScriptableBatch { public void _OnBatchAnalysisStarting(QuantitationDataSet dataSet, short batchId) { // ALS Implementation } public void _OnBatchAnalyzed(QuantitationDataSet dataSet, short batchId) { // ALS Implementation } public void _OnBatchLoaded(QuantitationDataSet dataSet, short batchId) { // ALS Implementation } } }