예제 #1
0
파일: Startup.cs 프로젝트: anurse/Edge
 public void Configuration(IAppBuilder app)
 {
     app.UseKillScreen();
     app.UseEdge();
 }