Example #1
0
        static Anticipator()
        {
            s_singleton = new Anticipator();

            s_singleton.AnticipateClassConstruction(typeof(Resource.Layout));
            s_singleton.AnticipateClassConstruction(typeof(Resource.Attribute));
            s_singleton.AnticipateGetter(() => Forms.SdkInt);
        }