Exemplo n.º 1
0
        public CachedCustomProvider(ICustomProvider customProvider)
        {
            Contract.Requires(customProvider != null);

            _customProvider = customProvider;
        }
 public MainWindow(ICustomProvider mecaluxProvider)
 {
     _mecaluxProvider = mecaluxProvider;
     InitializeComponent();
 }