コード例 #1
0
ファイル: BaseViewModel.cs プロジェクト: PVSPReddy/HACCP
 /// <summary>
 ///     Shows the not implemented.
 /// </summary>
 protected void ShowNotImplemented()
 {
     Page.DisplayAlertMessage(HACCPUtil.GetResourceString("NotImplemented"), "");
 }