Пример #1
0
 public CfSoundMeta(CfSoundStatus status, string name, DateTime created, int?lengthInSeconds, long id)
 {
     Status          = status;
     Name            = name;
     Created         = created;
     LengthInSeconds = lengthInSeconds;
     Id = id;
 }
Пример #2
0
 public CfSoundMeta(CfSoundStatus status, string name, DateTime created, int? lengthInSeconds, long id)
 {
     Status = status;
     Name = name;
     Created = created;
     LengthInSeconds = lengthInSeconds;
     Id = id;
 }