Beispiel #1
0
 public LuaSys(
     LuaApis luaApis,
     Func <List <Type> > getAllAssemblies)
 {
     this.luaApis          = luaApis;
     this.getAllAssemblies = getAllAssemblies;
     this.postOffice       = luaApis.GetPostOffice();
 }
Beispiel #2
0
        public LuaApis(
            Services.Settings settings,
            VgcApis.Interfaces.Services.IApiService api)
        {
            this.settings = settings;


            redirectLogWorker = settings.SendLog;
            vgcApi            = api;

            postOffice = new SysCmpos.PostOffice();
        }
Beispiel #3
0
 public MailBox(string myAddress, PostOffice postOffice)
 {
     this.myAddress  = myAddress;
     this.postOffice = postOffice;
 }