mateuszorlowski
Results
1
comments of
mateuszorlowski
Hi Atul-Moghe, I implemented it if you still need it. In GraphDialog.cs change: ``` case OperationType.Photo: await opContext.Forward(new PhotoDialog(), OperationComplete, true, CancellationToken.None); break; ``` and in PhotoDialog.cs ``` public async...