Example #1
0
        public GunzCordApplication(IServiceProvider services)
        {
            Services = services;

            _gunzCord = services.GetService <GunzCord>();
        }
 public GunzCordApplication(GunzCord gunzCord)
 {
     _gunzCord = gunzCord;
 }