AppStore.Models.AppList.getMyAppList C# (CSharp) Method

getMyAppList() public static method

Gets the list of all the installed apps form BuildmLearn Store.
public static getMyAppList ( ) : AppList
return AppList
        public static AppList getMyAppList()
        {
            if (obAppList == null) obAppList = new AppList();
            return obAppList;
        }