12,925
回編集
(→使用例) |
|||
103行目: | 103行目: | ||
<br> | <br> | ||
<syntaxhighlight lang="c#"> | <syntaxhighlight lang="c#"> | ||
using Avalonia.Controls; | |||
using System.Collections.Generic; | |||
var dialog = new OpenFileDialog(); | var dialog = new OpenFileDialog(); | ||
dialog.Filters.Add(new FileDialogFilter() { Name = "テキストファイル", Extensions = { "txt" } }); | dialog.Filters.Add(new FileDialogFilter() { Name = "テキストファイル", Extensions = { "txt" } }); |