コード例 #1
0
 internal Notification(NotificationCategory category, NotificationType type, IOI ioi, int errorCode, string errorMessage)
 {
     this.category      = category;
     this.type          = type;
     this.ioi           = ioi;
     this._errorCode    = errorCode;
     this._errorMessage = errorMessage;
 }
コード例 #2
0
 internal Fields(IOI ioi)
 {
     this.ioi = ioi;
 }
コード例 #3
0
 internal Notification(NotificationCategory category, NotificationType type, IOI ioi)
 {
     this.category = category;
     this.type     = type;
     this.ioi      = ioi;
 }