예제 #1
0
 public void PIK_StartPalette()
 {
     CommandStart.StartWoStat(d => PaletteSetCommands.Start());
 }
예제 #2
0
 public void PIK_RibbonEditor()
 {
     CommandStart.StartWoStat(d => new RibbonEditor().Edit());
 }
예제 #3
0
 public void _InternalUse_UpdatePropValue()
 {
     CommandStart.StartWoStat(BaseValueVM.InternalUpdate);
 }
예제 #4
0
 public void PIK_TestState()
 {
     CommandStart.StartWoStat(d => TestState.Start());
 }
예제 #5
0
 public void PIK_Errors()
 {
     CommandStart.StartWoStat(d => Inspector.ShowLast());
 }