Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientManagement/HeuristicLab.Services.Authentication/UserInterface/GroupTabMethods.cs @ 4728

Last change on this file since 4728 was 4695, checked in by fruehrli, 14 years ago

#1197
commit completed

File size: 432 bytes
RevLine 
[4695]1using System;
2using System.Collections.Generic;
3using System.Collections;
4using System.ComponentModel;
5using System.Data;
6using System.Drawing;
7using System.Linq;
8using System.Text;
9using System.Windows.Forms;
10using AM = HeuristicLab.Services.Authentication.AdminMethods;
11using F1 = HeuristicLab.Services.Authentication.UserInterface.Form1;
12
13namespace UserInterface {
14  public class GroupTabMethods {   
15
16  }
17}
Note: See TracBrowser for help on using the repository browser.