コード例 #1
0
ファイル: WizardPanel.cs プロジェクト: atst1996/Liberfy
 set => this.SetValue(PreviousCommandProperty, value);
コード例 #2
0
 get => (ICommand)GetValue(PreviousCommandProperty); set => SetValue(PreviousCommandProperty, value);