チェンジセット 1681 (default)


以下の違いを無視:
日時:
2024/09/01 22:11:58 (5週前)
更新者:
hizuya@…
ログメッセージ:
  • ファイルヘッダーの書式を修正。
ファイル:
1個の更新

凡例:

未変更
追加
削除
  • framework/trunk/WebApplication/UI/CompoundClientScript.aspx.cs

    r1328 r1681  
    1 using System; 
     1// ---------------------------------------------------------------------------- 
     2// <copyright company="F.C. Soft., Inc."> 
     3//   Copyright(c) F.C. Soft., Inc.  All rights reserved. 
     4// </copyright> 
     5// <license> 
     6//   Licensed to F.C. Soft., Inc. (FCSoft) under one or more contributor 
     7//   license agreements.  See the NOTICE file distributed with this work for 
     8//   additional information regarding copyright ownership.  FCSoft licenses 
     9//   this file to You under the Apache License, Version 2.0 (the "License"); 
     10//   you may not use this file except in compliance with the License.  You 
     11//   may obtain a copy of the License at 
     12// 
     13//     http://www.apache.org/licenses/LICENSE-2.0 
     14// 
     15//   Unless required by applicable law or agreed to in writing, software 
     16//   distributed under the License is distributed on an "AS IS" BASIS, 
     17//   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     18//   See the License for the specific language governing permissions and 
     19//   limitations under the License. 
     20// </license> 
     21// ---------------------------------------------------------------------------- 
    222 
    323namespace FCSoft.SilverFrost.Framework.Web.UI 
    424{ 
     25    using System; 
    526    using System.Web.UI; 
    627 
詳しい使い方は TracChangeset を参照してください。