コード例 #1
0
 public void AddDialogView(string key, DialogView dialogView)
 {
     dialogView.Key = key;
     collections.Add(dialogView);
 }