コード例 #1
0
        private SchemaIdentity _chartwizard_CopySchema(int level, string id)
        {
            ChartSchemaItemAmong among = _chartservice.AddASchema(level, id);

            return(new SchemaIdentity(among.ID, among.Caption));
        }