private void RegisterControls()
		{
			appBarPage = new AppBarControl();
			deviceSelectionControl = new DeviceSelectionFlyoutControl();
			buttonSelectionControl = new ControlButtonSelectionFlyoutControl();
		}
 private void RegisterControls()
 {
     appBarPage             = new AppBarControl();
     deviceSelectionControl = new DeviceSelectionFlyoutControl();
     buttonSelectionControl = new ControlButtonSelectionFlyoutControl();
 }