예제 #1
0
 public SpecialResource(AppInfo app, int perm, string relativeFilePath, string rawUrl, string contentType) : base(app, relativeFilePath, rawUrl, contentType)
 {
     _perm = perm;
 }
예제 #2
0
파일: Desktop.cs 프로젝트: QsCompany/Q.Net
 static string swap(AppInfo s) => (s?.AppName ?? "").Trim();
예제 #3
0
 public AdminResource(AppInfo appInfo, string filePath, string rawUrl, string contentType) : base(appInfo, filePath, rawUrl, contentType)
 {
 }