LoadMessages Method

Summary

Loads all the messages in the provided source.

Syntax
C#
VB
C++
public static void LoadMessages( 
   Stream source 
) 
  
Public Shared Sub LoadMessages( _ 
   ByVal source As Stream _ 
)  
public: 
static void LoadMessages(  
   Stream^ source 
)  

Parameters

source
A System.IO.Stream that contains the messags to be loaded into the class.

Remarks

The stream format in the source must macth the value in the SaveMessages method.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly