$/
artifacts/
build/
docs/
lib/
packages/
samples/
src/
tests/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
ssh_authorized_keys: | |
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC44AJwq8tvQd2mOh+66qbl1j8JU1+LX662oA6V+c38OB9WaqOvdgVjisP35WS+lgQWN4DojG9e9P0DuzoQpAWUhQ4e7iq/81kOz7SqW3x2DgUz9Z5gI7sG3Hyz0vkNr80K5InHbcaIArgXTpIG47Z2c4RmGABPFgzin91So0l6i/zrt2eOFwJhI+WCeCpxa6AboJ5tpCYKyUYXE0KaCRpuD4qqT+BIzVkpG8OUEurXOB9s+Ss0t2loLS9u1qheS1Q43GAlLi7Qv+xFTJnO06cgcw6pMncIzoCSG896eMS2KWLcetQOQQ1eAFXUktWalk2PzCcMoZBBqVwn9A8RL7v1 master@Laptop-TianFan |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace Core.Services.Dialog | |
{ | |
public class DialogHostRegionAdapter : RegionAdapterBase<DialogHost> | |
{ | |
public DialogHostRegionAdapter(IRegionBehaviorFactory regionBehaviorFactory) : base(regionBehaviorFactory) | |
{ | |
} | |
protected override void Adapt(IRegion region, DialogHost regionTarget) |