コード例 #1
0
ファイル: DisplayStack.xaml.cs プロジェクト: menees/RpnCalc
 private bool IsInDesignMode()
 {
     return(WindowsUtility.IsInDesignMode(this));
 }