WheresMyMoney/WheresMyMoney.Maui/PlannedPaymentContent.xaml.cs
Kapitan 2d69a4b018
Some checks failed
Gitea/WheresMyMoney/pipeline/head There was a failure building this commit
Version 1.0.3
- Modify planned payment
- minor bug fixes
2025-01-26 14:53:16 +01:00

9 lines
180 B
C#

namespace WheresMyMoney.Maui;
public partial class PlannedPaymentContent : VerticalStackLayout
{
public PlannedPaymentContent()
{
InitializeComponent();
}
}