/// <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()); }