From a4a4b3ddba22c9c68209f434cfdd1de857c09277 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 25 Jul 2022 17:13:49 +0200 Subject: [PATCH] Add MCH2022 --- c3stream.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/c3stream.cs b/c3stream.cs index 9ec7ad6..3bae857 100644 --- a/c3stream.cs +++ b/c3stream.cs @@ -22,6 +22,7 @@ public static class c3stream { public static string DbPath = Path.Combine(DataPath, DbFile); public static readonly List Conferences = new() { + new ConferenceObject("MCH2022", true), new ConferenceObject("gpn20", true), new ConferenceObject("rc3-2021"), new ConferenceObject("rc3"),