private void TileContainerLabels_MouseUp(object sender, MouseButtonEventArgs e)
 {
     YellowstonePathology.UI.Test.BarcodeLabelDialog containerLabelDialog = new YellowstonePathology.UI.Test.BarcodeLabelDialog();
     containerLabelDialog.WindowStartupLocation = WindowStartupLocation.CenterScreen;
     containerLabelDialog.ShowDialog();
 }
示例#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();
 }