コード例 #1
0
 protected void CreateNewResponse(string key)
 {
     try
     {
         ProgramStorageQueries.CreateNewResponse(key);
     }
     catch (Exception e)
     {
         CMD.ShowApplicationMessageToUser($"message : {e.Message}\nroute : {this.ToString()}", showType: ShowType.DANGER);
     }
 }