using System.Collections.Generic; namespace Gaia { public static class TemplateFrames { public static List List = new List(); } }