Example #1
0
 /// <summary>
 /// Constructs a page, storing a reference to the request that has caused it.
 /// </summary>
 protected SpinneretPage(HttpRequest request, SpinneretInterface @interface)
 {
     Request   = request;
     Interface = @interface;
 }
Example #2
0
 public GelatinLayout(SpinneretInterface iface)
 {
     Interface = iface;
 }
Example #3
0
 public SnowWhiteLayout(SpinneretInterface iface)
 {
     Interface = iface;
 }