Check out example codes for "c# how to exit program". It will help you in understanding the concepts better.
Code Example 1
System.Environment.Exit(1);
Code Example 2
this.Close();
//This only close the current form or window that you are using.
Learn ReactJs, React Native from akashmittal.com