Beispiel #1
0
        protected Dictionary <Guid, Dictionary <string, bool> > SetValidates()
        {
            var results = new Dictionary <Guid, Dictionary <string, bool> >
            {
                { Applier.TimeBox.Id, Applier.SetValidate() },
                { Replier.TimeBox.Id, Replier.SetValidate() }
            };

            return(results);
        }