Beispiel #1
0
        static Core()
        {
            // initialising variables
            UI = null;

            // creating all agents
            Settings       = new SettingsAgent();
            System         = new SystemAgent();
            UIFactory      = new UIAgent();
            Cache          = new CacheAgent();
            Downloads      = new DownloadAgent();
            Authentication = new AuthenticationAgent();
            Navigation     = new NavigationAgent();
            Definitions    = new DefinitionAgent();
            Network        = new NetworkAgent();
        }
Beispiel #2
0
 public NetworkAgentControl(NetworkAgent svc)
 {
     service = svc;
 }