Пример #1
0
 //--------------------------------------------------------Constructor:----------------------------------------------------------------\\
 #region --Constructors--
 public DeleteChatConfirmDialog(ChatTable chat)
 {
     VIEW_MODEL = new DeleteChatConfirmDialogContext(chat);
     InitializeComponent();
 }