예제 #1
0
 static SendController()
 {
     try
     {
         RequestUtil.EnsureRequestTable();
     }
     catch (Exception ex)
     {
         System.Diagnostics.Debug.WriteLine("SendController exception: " + ex.ToString());
     }
 }