SIL.FieldWorks.FieldWorks.CloseAllMainWindows C# (CSharp) Метод

CloseAllMainWindows() статический приватный Метод

Close any main windows. This is needed to implement changing the projects folder location when multiple projects are running. (See FWR-2287.)
static private CloseAllMainWindows ( ) : void
Результат void
		internal static void CloseAllMainWindows()
		{
			CloseAllMainWindowsForApp(s_teApp);
			CloseAllMainWindowsForApp(s_flexApp);
		}
		#endregion
FieldWorks