source:
BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.Example.CrossComponent.WindowsApp/MainWindowsApplicationWindow.cs@
1187
Last change on this file since 1187 was 1146, checked in by , 14 years ago | |
---|---|
File size: 456 bytes |
Rev | Line | |
---|---|---|
[1146] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.ComponentModel; | |
4 | using System.Data; | |
5 | using System.Drawing; | |
6 | using System.Linq; | |
7 | using System.Text; | |
8 | using System.Windows.Forms; | |
9 | ||
10 | namespace IndianHealthService.BMXNet.Example.CrossComponent.WindowsApp | |
11 | { | |
12 | public partial class MainWindowsApplicationWindow : Form | |
13 | { | |
14 | public MainWindowsApplicationWindow() | |
15 | { | |
16 | InitializeComponent(); | |
17 | } | |
18 | } | |
19 | } |
Note:
See TracBrowser
for help on using the repository browser.