Changes between Version 42 and Version 43 of ScoringFormulas
- Timestamp:
- May 17, 2009, 8:06:27 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ScoringFormulas
v42 v43 19 19 1. Set !AssemblyDescription to the description that should show when one select scoring formula in FS. 20 20 1. Create a class named "Sf" implementing the interface !FsSf.Isf[[BR]] 21 (`public class Sf : !FsSf.ISf ...`)21 (`public class Sf : ISf ...`) 22 22 1. Compile and put the DLL in the folder where !FsComp.exe is and it should show up on the list for selecting a scoring formula. 23 23