A Chat window
This commit is contained in:
parent
1bffe247e3
commit
c88fc39a29
11 changed files with 137 additions and 1 deletions
16
BookAStar/BookAStar/ViewModels/ChatViewModel.cs
Normal file
16
BookAStar/BookAStar/ViewModels/ChatViewModel.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using XLabs.Forms.Mvvm;
|
||||
|
||||
namespace BookAStar.ViewModels
|
||||
{
|
||||
class ChatViewModel: ViewModel
|
||||
{
|
||||
public string UserName {
|
||||
get; set;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue