ปรับปรุง app ให้โหลด js ใหม่ เสมอ
This commit is contained in:
@@ -22,6 +22,11 @@ public class MyHelper
|
||||
//
|
||||
}
|
||||
|
||||
public static string GetDummyText()
|
||||
{
|
||||
return Guid.NewGuid().ToString();
|
||||
}
|
||||
|
||||
public static string GetDecimalStringForReport(decimal? d)
|
||||
{
|
||||
string result = "";
|
||||
|
||||
Reference in New Issue
Block a user