From 42dc1d36235292786322d28340a81c6cb3fd46c0 Mon Sep 17 00:00:00 2001 From: hurter Date: Wed, 31 Aug 2011 16:25:05 +0000 Subject: --- Data/IAircraftView.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Data/IAircraftView.cs (limited to 'Data/IAircraftView.cs') diff --git a/Data/IAircraftView.cs b/Data/IAircraftView.cs new file mode 100644 index 0000000..0a85a0e --- /dev/null +++ b/Data/IAircraftView.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace Data +{ + public interface IAircraftView + { + void updateView(Dictionary> listOfAircrafts); + } +} -- cgit v1.1