Ejemplo n.º 1
0
        private void btnSettings_Click(object sender, RoutedEventArgs e)
        {
            BLECommands.ShowBox(this);
            this.Update(true);

            // reload the list if showing in the commands window
        }
Ejemplo n.º 2
0
        public static void ShowBox(Window parent)
        {
            BLECommands win = new BLECommands(parent);

            win.ShowDialog();
        }