source:
BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.WinForm/Model/SelectableDivision.cs@
1164
Last change on this file since 1164 was 1146, checked in by , 14 years ago | |
---|---|
File size: 282 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Text; |
4 | using IndianHealthService.BMXNet.Model; |
5 | |
6 | namespace IndianHealthService.BMXNet.WinForm.Model |
7 | { |
8 | internal interface SelectableDivision : Division |
9 | { |
10 | bool MostRecentLookup { get; } |
11 | } |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.