Skip to content

Commit 11dc022

Browse files
using interactivity to send commands from combobox, less hacky implementation of changemediainput now
1 parent 69342e6 commit 11dc022

File tree

4 files changed

+295
-288
lines changed

4 files changed

+295
-288
lines changed

Samples/StyleTransfer/AppViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public int SelectedCameraIndex
7171
set
7272
{
7373
_selectedCameraIndex = value;
74-
ChangeMediaInput();
74+
//ChangeMediaInput();
7575
OnPropertyChanged();
7676
}
7777
}
@@ -225,7 +225,7 @@ private void StartPreview()
225225

226226
}
227227

228-
private async Task ChangeMediaInput()
228+
public async Task ChangeMediaInput()
229229
{
230230
// UICmbCamera_SelectionChanged
231231

0 commit comments

Comments
 (0)