コード例 #1
0
 public void ShowDialog(InsertTableDialogContext context)
 {
     this.context = context;
     this.SetOwner(context.Owner);
     this.ShowDialog();
 }
コード例 #2
0
 public void ShowDialog(InsertTableDialogContext context)
 {
     this.context = context;
     this.SetOwner(context.Owner);
     this.ShowDialog();
 }