Ejemplo n.º 1
0
 private void Put_Click(object sender, RoutedEventArgs e)
 {
     CacheManagerClass.Put("a", txtInput.Text);
 }
Ejemplo n.º 2
0
 private void Show_Click(object sender, RoutedEventArgs e)
 {
     ////
     txtShow.Text = CacheManagerClass.Get <string>("a");
 }