public void Custom(ICustomDrawOperation custom) => custom.Render(this);
예제 #2
0
 public void Custom(ICustomDrawOperation custom)
 {
     CheckLease();
     custom.Render(this);
 }