source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/NotificationGroup.cs@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-csharp;charset=UTF-8
File size: 552 bytes
Line 
1/*
2 * Created by SharpDevelop.
3 * User: lextm
4 * Date: 2008/5/21
5 * Time: 19:34
6 *
7 * To change this template use Tools | Options | Coding | Edit Standard Headers.
8 */
9
10namespace Lextm.SharpSnmpLib.Mib.Elements.Entities
11{
12 /// <summary>
13 /// Description of NotificationGroupNode.
14 /// </summary>
15 public sealed class NotificationGroup : EntityBase
16 {
17 public NotificationGroup(IModule module, SymbolList preAssignSymbols, ISymbolEnumerator symbols)
18 : base(module, preAssignSymbols, symbols)
19 {
20 }
21 }
22}
Note: See TracBrowser for help on using the repository browser.