コード例 #1
0
 public void Dispose()
 {
     _driver = null;
 }
コード例 #2
0
 public GTK3Mouse(GTK3MouseDriver driver)
 {
     _driver = driver;
 }