source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/NotificationType.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: 298 bytes
Line 
1
2namespace Lextm.SharpSnmpLib.Mib.Elements.Entities
3{
4 public sealed class NotificationType : EntityBase
5 {
6 public NotificationType(IModule module, SymbolList preAssignSymbols, ISymbolEnumerator symbols)
7 : base(module, preAssignSymbols, symbols)
8 {
9 }
10 }
11}
Note: See TracBrowser for help on using the repository browser.