CSKernelClient.cWindow.msgInfo C# (CSharp) Метод

msgInfo() публичный статический Метод

public static msgInfo ( String msg, String title ) : void
msg String
title String
Результат void
        public static void msgInfo(String msg, String title)
        {
            pMsgAux(msg, CSMSGICONS.Information, title, "");
        }

Same methods

cWindow::msgInfo ( String msg ) : void