@SHOW
XAML 内で、テキストデータをバインドするに必要なクラスです
@END
@DIV
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LBOX_AppBar
{
public class TextResource
{
public string @C:red(PageTitle) { get; set; }
}
}
@END |