コード例 #1
0
 /// <summary>
 /// Gets the localized message identified by the specified DomMsgID.
 /// </summary>
 public static string GetString(PSMsgID id)
 {
     return(ResMngr.GetString(id.ToString()));
 }
コード例 #2
0
ファイル: PSSR.cs プロジェクト: RefactorForce/PDFSharp
 /// <summary>
 /// Gets the localized message identified by the specified DomMsgID.
 /// </summary>
 public static string GetString(PSMsgID id) => ResMngr.GetString(id.ToString());