コード例 #1
0
ファイル: SettingViewModel.cs プロジェクト: AlainP29/VDLaser
 /// <summary>
 /// Sends the Grbl '$$' command with messenger to Main class to get all particular $x=var settings of the machine
 /// </summary>
 public void RefreshSetting()
 {
     if (SettingCollection.Count > 0)
     {
         SettingCollection.Clear();
     }
     logger.Debug("SettingViewModel|Send notification");
     SendSettingMessage();
 }