config.GetTableSizes C# (CSharp) Method

GetTableSizes() private method

private GetTableSizes ( ) : void
return void
    private void GetTableSizes()
    {
        serverLog.Text = GetTableSize("osae_log");
        imagesSize.Text = GetTableSize("osae_images");
        debugLog.Text = GetTableSize("osae_debug_log");
        objectsSize.Text = GetTableSize("osae_object");
        eventLogSize.Text = GetTableSize("osae_event_log");
        methodLogSize.Text = GetTableSize("osae_method_log");
        scriptSize.Text = GetTableSize("osae_script");
        objectStateHistory.Text = GetTableSize("osae_object_state_history");
        objectPropertyHistory.Text = GetTableSize("osae_object_property_history");
        methodQueueSize.Text = GetTableSize("osae_method_queue");
    }