Esempio n. 1
0
        internal static BluetoothFactory Init(AndroidMockValues values)
        {
            var f = new AndroidBthMockFactory(values);

            return(f);
        }
Esempio n. 2
0
        internal static BluetoothFactory Init()
        {
            var f = new AndroidBthMockFactory();

            return(f);
        }