コード例 #1
0
ファイル: Example.cs プロジェクト: Thalliuss/DataManagement
 public void SaveText()
 {
     _data.Text = _text;
     _data.Save();
 }