コード例 #1
0
ファイル: UserModel.cs プロジェクト: eliasTuma/Whatsapp-WPF
 public UserModel()
 {
     context = new CSharpDB();
 }
コード例 #2
0
 public MessageModel()
 {
     context = new CSharpDB();
 }