(ArcFile.OpenView): ensure that length supplied to ArcView is always greater than zero.

This commit is contained in:
morkt
2016-06-11 06:38:47 +04:00
parent da42dcdd9d
commit 08cd673408
6 changed files with 38 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -60,6 +60,15 @@ namespace GameRes.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to File is empty.
/// </summary>
public static string MsgFileIsEmpty {
get {
return ResourceManager.GetString("MsgFileIsEmpty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File is too large.
/// </summary>