コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: EFanZh/EFanZh
        public MainWindow()
        {
            Model = new Model();
            Model.Load();

            InitializeComponent();

            ExistingFontsListBox.Items.SortDescriptions.Add(new SortDescription());
        }