コード例 #1
0
 public (string, ISimplePage) Register()
 {
     return("load", Page = Proxy.Instance.PreInitialization.PageProvider.SimplePageProvider.ProduceTablePage(Color.Green, InitialTitle));
 }
コード例 #2
0
 public (string, ISimplePage) Register()
 {
     return("impostor", Page = Proxy.Instance.PreInitialization.PageProvider.SimplePageProvider.ProduceTablePage(Color.Azure, "Impostor Statistics"));
 }