mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-22 19:13:11 +00:00
fixed an issue
This commit is contained in:
parent
c80beecd55
commit
34309a855a
6 changed files with 6 additions and 6 deletions
|
@ -357,7 +357,7 @@ namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
|
|||
|
||||
private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
|
||||
{
|
||||
TDRSHOW t = new TDRSHOW(tv.Text, true);
|
||||
TDRSHOW t = new TDRSHOW(tv.Text, false);
|
||||
try
|
||||
{
|
||||
t.Owner = mvm.mw;
|
||||
|
|
|
@ -332,7 +332,7 @@ namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
|
|||
|
||||
private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
|
||||
{
|
||||
TDRSHOW t = new TDRSHOW(tv.Text, true);
|
||||
TDRSHOW t = new TDRSHOW(tv.Text, false);
|
||||
try
|
||||
{
|
||||
t.Owner = mvm.mw;
|
||||
|
|
|
@ -416,7 +416,7 @@ namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
|
|||
|
||||
private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
|
||||
{
|
||||
TDRSHOW t = new TDRSHOW(tv.Text, true);
|
||||
TDRSHOW t = new TDRSHOW(tv.Text, false);
|
||||
try
|
||||
{
|
||||
t.Owner = mvm.mw;
|
||||
|
|
|
@ -342,7 +342,7 @@ namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
|
|||
|
||||
private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
|
||||
{
|
||||
TDRSHOW t = new TDRSHOW(tv.Text, true);
|
||||
TDRSHOW t = new TDRSHOW(tv.Text, false);
|
||||
try
|
||||
{
|
||||
t.Owner = mvm.mw;
|
||||
|
|
|
@ -322,7 +322,7 @@ namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
|
|||
|
||||
private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
|
||||
{
|
||||
TDRSHOW t = new TDRSHOW(tv.Text, true);
|
||||
TDRSHOW t = new TDRSHOW(tv.Text, false);
|
||||
try
|
||||
{
|
||||
t.Owner = mvm.mw;
|
||||
|
|
|
@ -444,7 +444,7 @@ namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
|
|||
|
||||
private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
|
||||
{
|
||||
TDRSHOW t = new TDRSHOW(tv.Text, true);
|
||||
TDRSHOW t = new TDRSHOW(tv.Text, false);
|
||||
try
|
||||
{
|
||||
t.Owner = mvm.mw;
|
||||
|
|
Loading…
Reference in a new issue