Exemplo n.º 1
0
		/// <summary>
		/// Makes this event not recurrent.
		/// </summary>
		public void RemoveRecurrence() {
			recurrence = null;
		}
Exemplo n.º 2
0
 /// <summary>
 /// Makes this event not recurrent.
 /// </summary>
 public void RemoveRecurrence()
 {
     recurrence = null;
 }