コード例 #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();
 }