Exemplo n.º 1
0
 public SystemSelector()
 {
     CurrentInstance = this;
     InitializeComponent();
     LoadSystemsFromSql();
 }
Exemplo n.º 2
0
 private void submenuSystemSelector_Click( object sender, RoutedEventArgs e )
 {
     var ss = new SystemSelector();
     ss.Show();
 }
Exemplo n.º 3
0
 public SystemSelector()
 {
     CurrentInstance = this;
     InitializeComponent();
     LoadSystemsFromSql();
 }