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

msgInfo() 공개 정적인 메소드

public static msgInfo ( String msg ) : void
msg String
리턴 void
        public static void msgInfo(String msg)
        {
            msgInfo(msg, "@@@@@");
        }

Same methods

cWindow::msgInfo ( String msg, String title ) : void