Exemplo n.º 1
0
 private void TileContainerLabels_MouseUp(object sender, MouseButtonEventArgs e)
 {
     YellowstonePathology.UI.Test.BarcodeLabelDialog containerLabelDialog = new YellowstonePathology.UI.Test.BarcodeLabelDialog();
     containerLabelDialog.WindowStartupLocation = WindowStartupLocation.CenterScreen;
     containerLabelDialog.ShowDialog();
 }
Exemplo n.º 2
0
 private void TileContainerLabels_MouseUp(object sender, MouseButtonEventArgs e)
 {
     YellowstonePathology.UI.Test.BarcodeLabelDialog containerLabelDialog = new YellowstonePathology.UI.Test.BarcodeLabelDialog();
     containerLabelDialog.WindowStartupLocation = WindowStartupLocation.CenterScreen;
     containerLabelDialog.ShowDialog();
 }