Last change
on this file since 5910 was
5910,
checked in by cfleisch, 14 years ago
|
#1439 Query tool as plugin implemented, added submenu items
|
File size:
334 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Web;
|
---|
5 | using System.ServiceModel.Security;
|
---|
6 | using System.Web.Security;
|
---|
7 | using HLWebOKBQueryPlugin.OKBQueryService;
|
---|
8 |
|
---|
9 | namespace HLWebPluginHost.Models {
|
---|
10 | public class QueryModel {
|
---|
11 |
|
---|
12 | public String SelectedSubMenu { get; set; }
|
---|
13 |
|
---|
14 | }
|
---|
15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.