AsterixDisplayAnalyser.FormMain.Is_Sending_Data_To_Google_Earth C# (CSharp) Метод

Is_Sending_Data_To_Google_Earth() публичный статический Метод

public static Is_Sending_Data_To_Google_Earth ( ) : bool
Результат bool
        public static bool Is_Sending_Data_To_Google_Earth()
        {
            return Send_Data_To_Google_Earth;
        }
FormMain