コード例 #1
0
ファイル: Form1.cs プロジェクト: Zhenya13/univ-
 public Form1()
 {
     userList = new UserList(new JsonFileController(new AdapterJson()));
     InitializeComponent();
 }