CSKernelClient.cWindow.msgError C# (CSharp) 메소드

msgError() 공개 정적인 메소드

public static msgError ( String msg ) : void
msg String
리턴 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