CSKernelClient.cWindow.msgInfo C# (CSharp) Méthode

msgInfo() public static méthode

public static msgInfo ( String msg ) : void
msg String
Résultat void
        public static void msgInfo(String msg)
        {
            msgInfo(msg, "@@@@@");
        }

Same methods

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