NoteMAUI/PinchToZoomContainer.cs
2024-11-11 17:59:20 +03:00

12 lines
203 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NotesDataAnalyst
{
internal class PinchToZoomContainer
{
}
}