まず、WPFプロジェクトを作成し、NuGetでExtended WPF ToolKitを追加する。
次に、MainWindow.xamlに以下の行を追加する。
<Window x:Class="Calculator.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:wpftoolkit="http://schemas.xceed.com/wpf/xaml/toolkit" Title="MainWindow" Height="350" Width="525"> <Grid> <wpftoolkit:Calculator/> </Grid> </Window>
貼り付けただけで、作ってないな。
0 件のコメント:
コメントを投稿