Some checks failed
Gitea/WheresMyMoney/pipeline/head There was a failure building this commit
- Modify planned payment - minor bug fixes
9 lines
180 B
C#
9 lines
180 B
C#
namespace WheresMyMoney.Maui;
|
|
|
|
public partial class PlannedPaymentContent : VerticalStackLayout
|
|
{
|
|
public PlannedPaymentContent()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |