Files
shgxtzcjhoudaosaomadayinwpf/RIZO_Application/RIZO_Application.Core/APPConfig.cs

15 lines
252 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RIZO_Application.Core
{
public class APPConfig
{
public static string AppTitle = "Application";
}
}