Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 87988d5

Browse files
committed
53X Again 38!
1 parent 74eb9e7 commit 87988d5

9 files changed

Lines changed: 4921 additions & 3 deletions

File tree

453 KB
Loading
271 KB
Loading
1.72 MB
Loading

Instanalyzer/Helpers/Window.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ public enum WindowType
66
{
77
Sign,
88
Wait,
9+
Warn,
910
Multi
1011
}
1112

@@ -22,7 +23,7 @@ public static bool ActiveWindow
2223
}
2324
}
2425

25-
private static WindowType _WindowMode = WindowType.Sign;
26+
private static WindowType _WindowMode = WindowType.Warn;
2627
public static WindowType WindowMode
2728
{
2829
get

Instanalyzer/Utils/Setting.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
using System.IO;
22
using Newtonsoft.Json;
3+
using System.Collections.Generic;
34
using static Instanalyzer.Utils.Engine;
45
using static Instanalyzer.Helpers.Setting;
5-
using System.Collections.Generic;
6-
using System.Windows.Forms;
76

87
namespace Instanalyzer.Utils
98
{

Instanalyzer/Views/UC/Login/TOP/Warn.Designer.cs

Lines changed: 132 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
using System;
2+
using ReaLTaiizor.Controls;
3+
using Instanalyzer.Helpers;
4+
using System.Windows.Forms;
5+
6+
namespace Instanalyzer.Views.UC.Login.TOP
7+
{
8+
public partial class Warn : UserControl
9+
{
10+
public Warn()
11+
{
12+
InitializeComponent();
13+
}
14+
15+
private void WNNN_Click(object sender, EventArgs e)
16+
{
17+
MaterialMessageBox.Show("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "Hata");
18+
}
19+
20+
private void ALLL_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
21+
{
22+
Window.WindowMode = Window.WindowType.Sign;
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)