Exemplo n.º 1
0
        private void GetAlarmWorxInfo()
        {
            AlarmWorxEntry modalWindow = new AlarmWorxEntry();

            modalWindow.DataContext = this;
            modalWindow.ShowDialog();
        }
Exemplo n.º 2
0
 private void GetAlarmWorxInfo()
 {
     AlarmWorxEntry modalWindow = new AlarmWorxEntry();
     modalWindow.DataContext = this;
     modalWindow.ShowDialog();
 }