9 lines
No EOL
143 B
C#
9 lines
No EOL
143 B
C#
namespace MauiApp1.View;
|
|
|
|
public partial class AddTransactionView : ContentPage
|
|
{
|
|
public AddTransactionView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |