Last change
on this file since 5614 was
5457,
checked in by ascheibe, 14 years ago
|
#1233
- Added HiveCalendar Plugin Project
- Started working on Administration UI Sketch
|
File size:
390 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.ComponentModel;
|
---|
4 | using System.Drawing;
|
---|
5 | using System.Data;
|
---|
6 | using System.Linq;
|
---|
7 | using System.Text;
|
---|
8 | using System.Windows.Forms;
|
---|
9 |
|
---|
10 | namespace HeuristicLab.Clients.Hive.Views.Administration {
|
---|
11 | public partial class ScheduleControl : UserControl {
|
---|
12 | public ScheduleControl() {
|
---|
13 | InitializeComponent();
|
---|
14 | }
|
---|
15 | }
|
---|
16 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.