コード例 #1
0
        private void calculateDDIRatio(ButtonPressedEventArgs e)
        {
            var compoundName = getCompoundNameFromCurrentFocusedCell();

            _presenter.CalculateDDIRatioFor(compoundName);
        }