les evennement on tous une propriété "Topic"
This commit is contained in:
parent
677112847d
commit
ce8ced16bb
4 changed files with 22 additions and 3 deletions
|
|
@ -30,6 +30,13 @@ namespace Yavsc.Models.Calendar
|
|||
/// Provided event.
|
||||
/// </summary>
|
||||
public class ProvidedEvent : YaEvent {
|
||||
|
||||
public ProvidedEvent(string topic) : base(topic)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// The privacy.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue