mirror of
https://github.com/Stone-Red-Code/Decho.git
synced 2026-09-06 23:39:03 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace Decho.Views;
|
||||
|
||||
public partial class MessageComposerView : UserControl
|
||||
{
|
||||
public MessageComposerView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user