..
This commit is contained in:
21
sample/Pub.cs
Normal file
21
sample/Pub.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SampleProject
|
||||
{
|
||||
public static class Pub
|
||||
{
|
||||
public static Settings Setting { get; set; }
|
||||
public static void init()
|
||||
{
|
||||
Setting = new Settings();
|
||||
Setting.Load();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user