コード例 #1
0
 public QueryNotificationAttribute(NotificationType type)
 {
     NotificationType = type;
     Name             = type.GetQueryString();
 }
コード例 #2
0
ファイル: BaseTypes.cs プロジェクト: CodeDevLab/TS3AudioBot
 public QueryNotificationAttribute(NotificationType type)
 {
     NotificationType = type;
     Name = type.GetQueryString();
 }