Beispiel #1
0
    public void JobDone()
    {
        if (_type == eCloudType.NotSelected)
        {
            return;
        }

        switch (_type)
        {
        case eCloudType.bCloudDrive:
        {
            _bDriveAPI.JobDone();
        }
        break;

        case eCloudType.GoogleDrive:
        {
        }
        break;
        }
    }