Exemplo n.º 1
0
 private void LoadCustomzier()
 {
     try
     {
         _customizer = new PatientSummaryPanelExtensionPoint().CreateExtension() as IPatientSummaryPanelExtension;
     }
     catch (Exception ex)
     {
         Platform.Log(LogLevel.Debug, ex);
     }
 }
		private void LoadCustomzier()
		{
			try
			{
				_customizer = new PatientSummaryPanelExtensionPoint().CreateExtension() as IPatientSummaryPanelExtension;
			}
			catch (Exception ex)
			{
				Platform.Log(LogLevel.Debug, ex);
			}
		}