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