9 lines
150 B
C#
9 lines
150 B
C#
namespace Blahblah.FlowerApp;
|
|
|
|
public partial class SquarePage : AppContentPage
|
|
{
|
|
public SquarePage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |