public GlobalMemoryStatusNativeMethods()
 {
     this.AvailablePhysicalMemory = CrossPlatformHelpers.GetAvailableMemory();
 }
Beispiel #2
0
 private bool OnDonateButton()
 {
     CrossPlatformHelpers.OpenBrowser("https://bit.ly/APGDonate");
     return(true);
 }