コード例 #1
0
ファイル: Event.cs プロジェクト: grmartin/IronGitHub
 protected EventBase(SupportedEvents supportedEvent)
 {
     EventName = supportedEvent;
 }