-3
Good afternoon, someone can help me in a code?
using System;
using System.Collections.Generic;
namespace Launcher.WesT
{
class Globals
{
private Config Configs_ = null;
public string URLL()
{
Configs_ = Config.GetConfigs();
Configs_.LoadLocalConfig("config.wz", "21456");
string SITE = Configs_.LINKUP;
return (SITE);
}
public static string ServerURL = URLL();
how do I make for that line public Static string Serverurl = URLL();
read the URLL()?
from now on thanks.
put the answer so, do not know use this site yet kkkkk, thanks msm
– Rodrigo Pretti Fantin
Take a look at the tour, I’m sure you’ll love Stackoverflow when you learn everything he has to offer. :)
– Ronaldo Araújo Alves