source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/BMX41000/IHS BMX Framework/IndianHealthService.BMXNet.WinForm/Model/SelectableDivision.cs@ 1620

Last change on this file since 1620 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 282 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4using IndianHealthService.BMXNet.Model;
5
6namespace 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.