Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/Administration/ScheduleControl.cs @ 5614

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 
1using System;
2using System.Collections.Generic;
3using System.ComponentModel;
4using System.Drawing;
5using System.Data;
6using System.Linq;
7using System.Text;
8using System.Windows.Forms;
9
10namespace 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.