Beispiel #1
0
        public T GetConfig <T>() where T : SLSConfigData
        {
            TwoColGradientConfigModel data  = this.configModel;
            SLSConfigData             proxy = data;

            return((T)proxy);
        }
Beispiel #2
0
 public void PutConfig <T>(T config) where T : SLSConfigData
 {
     TwoColGradientConfigModel proxy = config as TwoColGradientConfigModel;
 }