示例#1
0
 /// <summary>
 /// Reports if the project name is empty
 /// </summary>
 /// <returns>true if the project name is empty</returns>
 public static bool IsProjectNameEmpty()
 {
     return(Native_FApp.IsProjectNameEmpty());
 }