コード例 #1
0
 public void Remove(SapGuiShortcut c)
 {
     _logons.Remove(c);
 }
コード例 #2
0
 public void Add(SapGuiShortcut c)
 {
     _logons.Add(c);
 }