Display a splashscreen with the given image.
Display a splashscreen with the given image.
public abstract void Show(Image);
Display a splashscreen with the image defined by the given path or resource id
public abstract void Show(string);
Display a splashscreen with the image defined by the given path or resource id
public abstract void Show(string,IApplicationInfo);
SplashScreen Class | Aveva.ApplicationFramework.Presentation Namespace