CSKernelClient.cWindow.msgError C# (CSharp) Method

msgError() public static method

public static msgError ( String msg ) : void
msg String
return void
        public static void msgError(String msg)
        {
            msgError(msg, "@@@@@", "");
        }

Same methods

cWindow::msgError ( String msg, String title ) : void
cWindow::msgError ( String msg, String title, String details ) : void