예제 #1
0
        public AddedToClusterController(Plugin plugin, AddedToClusterQQEventArgs e)
        {
            this.Client = plugin;
            this.e      = e;

            Config = DataBase.db.GetClusterConfig(e.Cluster.ExternalId);
            Conf   = PluginConfig.Init <Config>();
        }
예제 #2
0
 private void MainController_AddedToCluster(object sender, AddedToClusterQQEventArgs e)
 {
     Controllers.AddedToClusterControllers.AddedToClusterController ac = new Controllers.AddedToClusterControllers.AddedToClusterController(this, e);
     ac.Manager();
 }