コード例 #1
0
ファイル: Form1.cs プロジェクト: Brunodesa/WindowsFormsApp1
 public Form1()
 {
     InitializeComponent();
     button1.Text = Classe.Abrir();
 }