public CadFingerPrints(CadAgente info) { InitializeComponent(); cad = info; dispatcherTimer.Tick += dispatcherTimer_Tick; dispatcherTimer.Interval = new TimeSpan(0, 0, 0, 0, 1); }
private void Tile_Click(object sender, System.Windows.RoutedEventArgs e) { try { CadAgente cadAgente = new CadAgente(); cadAgente.ShowDialog(); } catch (Exception ex) { MessageBox.Show(ex.Message); } }
public CortarImagem(CadAgente agenteinfo, BitmapImage Shot) { InitializeComponent(); agente = agenteinfo; myProfilePic.Source = Shot; }
public MostrarFingerPrintsID(CadAgente info) { InitializeComponent(); cad = info; }
private void AgenteMenuItem_Click(object sender, RoutedEventArgs e) { CadAgente cadAgente = new CadAgente(); cadAgente.ShowDialog(); }
public WebcamWindow(CadAgente agenteinfo) { InitializeComponent(); agente = agenteinfo; }