Exemplo n.º 1
0
 private void Window_Loaded(object sender, RoutedEventArgs e)
 {
     textBox2.Text = DateTime.Now.ToShortDateString();
     LogicSystem = new FacadeCalculateSystem();
     Hardes = new ProxyHardware();
 }
Exemplo n.º 2
0
 private void Window_Loaded(object sender, RoutedEventArgs e)
 {
     textBox2.Text = DateTime.Now.ToShortDateString();
     LogicSystem   = new FacadeCalculateSystem();
     Hardes        = new ProxyHardware();
 }