Ejemplo n.º 1
0
        public ManualThrowPanel(Logger logger, DetectionService detectionService)
        {
            this.logger           = logger;
            this.detectionService = detectionService;

            if (App.ThrowPanel)
            {
                manualThrowPanelWindow = new ManualThrowPanelWindow(this);
                manualThrowPanelWindow.DartboardImage.Source = Converter.BitmapToBitmapImage(Resources.Resources.Dartboard);

                manualThrowPanelWindow.Show();
            }
        }
Ejemplo n.º 2
0
 public void ShowPanel()
 {
     manualThrowPanelWindow.Show();
 }