public static new bool ShowDialog(GitModuleForm owner, string arguments)
 {
     return ShowDialog(owner, owner.Module, arguments);
 }
Exemplo n.º 2
0
 public static bool ShowDialog(GitModuleForm owner, string arguments, bool useDialogSettings)
 {
     return ShowDialog(owner, owner.Module, arguments, useDialogSettings);
 }
Exemplo n.º 3
0
 public static string ReadDialog(GitModuleForm owner, string arguments)
 {
     return ReadDialog(owner, null, arguments, owner.Module, null, true);
 }
Exemplo n.º 4
0
 public static bool ShowDialog(GitModuleForm owner, string arguments)
 {
     return ShowDialog(owner, (string)null, arguments);
 }
Exemplo n.º 5
0
 public static bool ShowDialog(GitModuleForm owner, string process, string arguments)
 {
     return ShowDialog(owner, process, arguments, owner.Module.WorkingDir, null, true);
 }
Exemplo n.º 6
0
 public static FormProcess ShowModeless(GitModuleForm owner, string arguments)
 {
     return(ShowModeless(owner, null, arguments, owner.Module.WorkingDir, null, true));
 }
Exemplo n.º 7
0
 public static FormProcess ShowModeless(GitModuleForm owner, string arguments)
 {
     return ShowModeless(owner, null, arguments, owner.Module.WorkingDir, null, true);
 }
Exemplo n.º 8
0
 public static bool ShowDialog(GitModuleForm owner, string arguments, bool useDialogSettings)
 {
     return(ShowDialog(owner, owner.Module, arguments, useDialogSettings));
 }
Exemplo n.º 9
0
 public static bool ShowDialog(GitModuleForm owner, string process, string arguments)
 {
     return(ShowDialog(owner, process, arguments, owner.Module.WorkingDir, null, true));
 }
Exemplo n.º 10
0
 public static bool ShowDialog(GitModuleForm owner, string arguments)
 {
     return(ShowDialog(owner, (string)null, arguments));
 }
Exemplo n.º 11
0
 public static string ReadDialog(GitModuleForm owner, string arguments)
 {
     return(ReadDialog(owner, null, arguments, owner.Module, null, true));
 }
Exemplo n.º 12
0
 public static new bool ShowDialog(GitModuleForm owner, string arguments)
 {
     return(ShowDialog(owner, owner.Module, arguments));
 }