예제 #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();
 }
예제 #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();
 }